put build-arg in correct position

This commit is contained in:
Anton-4 2021-06-09 19:14:44 +02:00
parent dccdd5c939
commit a09fb75e7c
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
run: earthly --version
- name: on trunk; prepare a self contained benchmark folder
run: ./ci/safe-earthly.sh +prep-bench-folder --build-arg BENCH_SUFFIX=trunk
run: ./ci/safe-earthly.sh --build-arg BENCH_SUFFIX=trunk +prep-bench-folder
- uses: actions/checkout@v2
with:

View File

@ -144,4 +144,3 @@ prep-bench-folder:
# copy the most recent time bench to bench-folder
RUN cp target/release/deps/`ls -t target/release/deps/ | grep time_bench | head -n 1` bench-folder/target/release/deps/time_bench
SAVE ARTIFACT bench-folder AS LOCAL bench-folder-$BENCH_SUFFIX