.gitlab-ci.yml in jekyll-plantuml-url-0.1.2 vs .gitlab-ci.yml in jekyll-plantuml-url-0.1.3

- old
+ new

@@ -34,34 +34,36 @@ - 'echo "gem \"jekyll-plantuml-url\", \"$gem_version\"" >> Gemfile' - 'echo -e "gems:\n - jekyll-plantuml-url\n" >> _config.yml' - 'echo "{% plantuml %}\n[First] - [Second]\n{% endplantuml %}\n" >> index.md' - bundle install - bundle exec jekyll build - artifacts: - paths: - - ./*.gem - expire_in: 1 week tags: - docker Release_Staging: stage: staging + environment: staging + variables: + GIT_STRATEGY: none script: - ls -la # - deployctl release .... need to build the website for release, who? deployd ? +# or push to private repo artifacts: paths: - - ./*.gem - only: - - tags + - ./*.gem except: - branches tags: - docker Release_Production: stage: production environment: production + dependencies: + - Release_Staging + variables: + GIT_STRATEGY: none script: - ls -la - mkdir -pv ~/.gem - export Fail=0 - touch ~/.gem/credentials