new
continuous-integration/drone/push Build is failing Details

This commit is contained in:
quackerd 2021-04-22 05:06:03 -04:00
parent a92f0a1462
commit 27af1ede7f
4 changed files with 8 additions and 7 deletions

View File

@ -13,15 +13,12 @@ steps:
- name: config
image: alpine
commands:
- set +e
- echo -n "$VERSION,latest" > .tags
- sed -i -E "s/var_VERSION/$VERSION/" Dockerfile
- name: upload
image: alpine
commands:
- set +e
- apk add openssl
- chmod +x ./encrypt_upload.sh
- ./encrypt_upload.sh
@ -37,7 +34,5 @@ steps:
- name: refresh
image: alpine
commands:
- set +e
- apk add openssh
- chmod +x ./refresh.sh
- ./refresh.sh

View File

@ -1,5 +1,9 @@
#!/bin/sh
set -xe
apk add openssh openssl
source image/crypt.sh
mkdir -p enc

View File

@ -1,6 +1,6 @@
#!/bin/sh
set +xe
set -xe
source /opt/crypt.sh

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
set -xe
apk add openssh
key=$(cat ./key)