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

This commit is contained in:
FyloZ 2021-08-01 12:42:36 -04:00
parent c442ef2005
commit dc8539d0ed
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 1 additions and 1 deletions

View File

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