Skip to content

Commit

Permalink
dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Sep 23, 2023
1 parent 6d9a894 commit 85a5809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/release.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ git describe:
script:
- git fetch --unshallow
- echo "GIT_DESCRIBE=$(git describe --dirty)" >> git.env
- echo "GIT_COMMIT=$(git rev-parse HEAD)" >> git.env
artifacts:
reports:
dotenv: git.env

build main image:
stage: test
extends: .rules release
needs: []
needs: [git describe]
image: docker:24
timeout: 2 hours
services:
Expand Down

0 comments on commit 85a5809

Please sign in to comment.