1234567891011121314
build: stage: build script: - echo "BUILD_VERSION=hello" >> build.env artifacts: reports: dotenv: build.envdeploy: stage: deploy script: - echo $BUILD_VERSION # => hello dependencies: - build