Skip to content

Commit

Permalink
Missing popd
Browse files Browse the repository at this point in the history
  • Loading branch information
spgreenberg authored Jul 19, 2024
1 parent 925c2d2 commit 6ef3efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/supply
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ echo "-----> Running go build supply"
pushd $BUILDPACK_DIR
GOROOT=$GoInstallDir $GoInstallDir/bin/go build -mod=vendor -o "$DEPS_DIR"/"$DEPS_IDX"/bin/varify ./src/nginx/varify/cli
GOROOT=$GoInstallDir $GoInstallDir/bin/go build -mod=vendor -o $output_dir/supply ./src/nginx/supply/cli
popd

$output_dir/supply "$BUILD_DIR" "$CACHE_DIR" "$DEPS_DIR" "$DEPS_IDX"

0 comments on commit 6ef3efb

Please sign in to comment.