Skip to content

Commit

Permalink
remove lines debug in gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baudointran committed Mar 13, 2023
1 parent 6be6a6f commit a050e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci-dso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ build_app_back:
- server/dist
script:
- 'cd server'
- git describe --always --tags --debug
- APP_VERSION=$(git describe --tags --always)
- npm --no-git-tag-version version ${APP_VERSION}
- 'npm ci'
Expand Down

0 comments on commit a050e9e

Please sign in to comment.