Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
  • Loading branch information
kalroy committed Sep 24, 2024
1 parent 56fefb0 commit f7ba632
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ export HAB_ORIGIN=chef
export HAB_CACHE_KEY_PATH=$RESOLVED_RESULTS_DIR
export DO_CHECK=true


# Build oc_erchef_pkg
pushd results
echo "generating package for oc_erchef"
hab pkg build "../../src/oc_erchef"
hab pkg build "../src/oc_erchef"
echo "which pushd " $(which pushd)

pkg_name=$(ls -1t *.hart | head -1)
Expand Down

0 comments on commit f7ba632

Please sign in to comment.