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

View File

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