Automation, DevOps and Containerization
© 2001-2024. All rights reserved.
Variables can be…
Update files:
git checkout origin/160_gitlab_ci/020_variables/inline -- '*'
variables in definition:
variables
job_name: variables: version: dev script: #... - go build -o hello -ldflags "-X main.Version=${version}" .