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 4 additions and 1 deletions
Showing only changes of commit 914f21198f - Show all commits

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