Migration to Drone CI #8

Merged
william merged 22 commits from features into master 2021-08-01 17:28:44 -04:00
1 changed files with 2 additions and 6 deletions
Showing only changes of commit b49a27b7d6 - Show all commits

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