We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4345c9 commit a1fb9ceCopy full SHA for a1fb9ce
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: ["master"]
6
paths:
7
- # changes to these files will trigger gitlab runner
+ # changes to these files will trigger github runner
8
- .github/workflows/ci.yml
9
# - main.go
10
@@ -17,7 +17,7 @@ jobs:
17
18
- name: change
19
run: |
20
- apt install unzip
+ # apt install unzip
21
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
22
unzip awscliv2.zip
23
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update
0 commit comments