Loading .gitlab-ci.yml +2 −5 Original line number Original line Diff line number Diff line variables: PORTAL_KEY: <my_private_key> stages: stages: - build - build - deploy_package - deploy - release_job - release build: build: stage: build stage: build Loading Loading
.gitlab-ci.yml +2 −5 Original line number Original line Diff line number Diff line variables: PORTAL_KEY: <my_private_key> stages: stages: - build - build - deploy_package - deploy - release_job - release build: build: stage: build stage: build Loading