Update drone CI/CD
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
FyloZ 2021-08-01 12:43:37 -04:00
parent dc8539d0ed
commit 914f21198f
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 4 additions and 1 deletions

View File

@ -12,9 +12,12 @@ steps:
- name: bla - name: bla
image: alpine:latest image: alpine:latest
environment: environment:
TEST: ${CRE_REGISTRY_IMAGE} TEST: $CRE_REGISTRY_IMAGE
commands: commands:
- echo $TEST - echo $TEST
- echo $${CRE_REGISTRY_IMAGE}
- echo $CRE_REGISTRY_IMAGE
- echo ${CRE_REGISTRY_IMAGE}
- echo ${DRONE_BRANCH} - echo ${DRONE_BRANCH}
- name: test - name: test