Skip to content

Commit d65d058

Browse files
committed
garmmer
1 parent 72e3e61 commit d65d058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -euox pipefail
88

9-
# if --skip-build is passed, the build step will be skipped and the last build image will be used
9+
# if --skip-build is passed, the build job will be skipped and the last built image will be used
1010
if [[ "$*" == *--skip-build* ]]; then
1111
skipBuild=true
1212
fi

0 commit comments

Comments
 (0)