Update drone CI/CD
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed

This commit is contained in:
FyloZ 2021-08-01 12:43:37 -04:00
parent dc8539d0ed
commit 914f21198f
Signed by untrusted user who does not match committer: william
GPG Key ID: 835378AE9AF4AE97

View File

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