global variable

master
Jordan Sokolic 2020-09-12 16:57:36 +03:00
parent 018a64b52b
commit 4a6d770c07
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,6 @@
variables:
CI_IMAGE: $DOCKER_HUB_USER/openwrt
CURRENT_STABLE_RELEASE: '19.07.4'
build:
image: docker:latest
@ -7,7 +8,6 @@ build:
services:
- docker:dind
variables:
CURRENT_STABLE_RELEASE: '19.07.4'
TAG: $CURRENT_STABLE_RELEASE-x86_64
before_script:
- docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_TOKEN