-
- Downloads
There was an error fetching the commit references. Please try again later.
scripts: move snap release from GitHubCI to GitLabCI
The reason to use SNAPCRAFT_LOGIN_FILE instead of SNAPCRAFT_LOGIN (like in Github) is in the docs: From https://docs.gitlab.com/ee/ci/variables/#cicd-variable-types : ... File type variables: Consist of a key, value and file. Are made available in jobs as environment variables, with The CI/CD variable key as the environment variable name. The CI/CD variable value saved to a temporary file. The path to the temporary file as the environment variable value. ... And the reason for using "needs:" instead of "dependencies:" is because the job depends on artifacts of a job in the same stage. More info: gitlab-org/gitlab#30632 Co-authored-by:Andres G. Aragoneses <knocte@gmail.com>
parent
0aeb1ad0
No related branches found
No related tags found
Pipeline #415969090 passed
Stage: buildenv
Stage: build
Stage: unit_tests
Stage: integration_tests
Stage: package
scripts/githubActions.fs
0 → 100644
scripts/snap_release.fsx
100644 → 100755