Skip to content

Commit

Permalink
update halfpipe exec run test
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhitby committed Oct 11, 2023
1 parent b39ff9f commit 55ff467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/shell/all/.halfpipe.io
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ feature_toggles:
tasks:
- type: run
name: run
script: \echo hello
script: ./test.sh
docker:
image: alpine:test
vars:
Expand Down
2 changes: 1 addition & 1 deletion e2e/shell/all/run_expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docker run -it \
-e RUNNING_IN_CI="true" \
-e VERY_SECRET="blah" \
alpine:test \
\echo hello
./test.sh

0 comments on commit 55ff467

Please sign in to comment.