Add README

update CHANGELOG
remove extra section of CI file
This commit is contained in:
evanrich
2021-04-06 15:21:31 -07:00
parent 8cb86673ed
commit 058638eb83
3 changed files with 9 additions and 26 deletions

View File

@@ -50,19 +50,6 @@ push local:
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE:latest
- docker push $CI_REGISTRY_IMAGE:latest
release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
script:
- echo 'running release_job'
release:
name: 'Release $CI_COMMIT_TAG'
description: 'Created using the release-cli'
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'
push dockerhub:
extends:
- .docker_base