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 16:18:20 -04:00
parent 914f21198f
commit b49a27b7d6
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 2 additions and 6 deletions

View File

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