Skip to content

Commit d91a1af

Browse files
authored
Fix(envs): set environment variable instead of bash variable (#209)
1 parent 4a03da8 commit d91a1af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
echo "I am $BAR, thanks"
8989
echo "sha: $SHA"
9090
echo "port: $PORT"
91+
sh test.sh
9192
9293
- name: ssh key passphrase
9394
uses: ./

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM appleboy/drone-ssh:1.6.5-linux-amd64
1+
FROM appleboy/drone-ssh:1.6.8-linux-amd64
22

33
COPY entrypoint.sh /entrypoint.sh
44
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)