Code cleanup + new pipeline setup
This commit is contained in:
@@ -60,10 +60,8 @@ publish:
|
||||
|
||||
publish-help:
|
||||
stage: publish-help
|
||||
image: docker:latest
|
||||
services:
|
||||
- name: docker:dind
|
||||
alias: docker
|
||||
tags:
|
||||
- docker
|
||||
script:
|
||||
- export VERSION=$(echo $CI_COMMIT_TAG | sed 's/^v//')
|
||||
- cd docs
|
||||
|
||||
Reference in New Issue
Block a user