Skip to content

Commit 733f3b3

Browse files
committed
Remove &&
Syntax error
1 parent 97f83aa commit 733f3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build artifact
5656
run: |
5757
./deploy/config_variables.sh
58-
&& ./deploy/aws_credentials.sh
58+
./deploy/aws_credentials.sh
5959
mkdir -p upload
6060
zip -qr upload/latest.zip . -x '*.git*' '*.scannerwork*' 'upload/*'
6161

0 commit comments

Comments
 (0)