Skip to content

Commit 9e99d36

Browse files
committed
PATCH: minor fixes for builds
1 parent b40aed8 commit 9e99d36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ SAST Sandbox Test: # this only runs on the dev branch, so run a Sandbox scan
9191

9292
script:
9393
- zip project.zip
94-
setup.* LICENCE.txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
94+
setup.* LICENSE.txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
9595
- pip3 install veracode-python
9696

9797
- veracode-cli scan
@@ -114,7 +114,7 @@ SAST Policy Test: # this is on master so run a SAST policy scan
114114

115115
script:
116116
- zip project.zip
117-
setup.* LICENCE.txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
117+
setup.* LICENSE.txt -r $(echo ${CI_PROJECT_NAME} | cut -d'-' -f1)
118118
- pip3 install veracode-python
119119

120120
- veracode-cli scan
@@ -137,7 +137,7 @@ Create Release: # increment version and create release tag
137137
- git checkout master
138138
- export RELEASE=$(git log -1 --pretty='format:%B' | cut -d':' -f1)
139139
- export VERSION=$(python3 setup.py -q version --increment ${RELEASE})
140-
- echo "Creating: ${RELEASE} ${VERSION}"
140+
- echo "Creating ${RELEASE} ${VERSION}"
141141

142142
- git add -u
143143
- git commit -m "Release v${VERSION} [skip ci]"
@@ -157,7 +157,7 @@ Mirror to Github: # mirror Github and use API to create release
157157
- *use_gitlab_repo
158158
- git pull origin master
159159
- git checkout master
160-
- echo "Packaging version: $(python3 setup.py -d version)"
160+
- echo "Packaging version $(python3 setup.py -q version)"
161161

162162
- *use_github_repo
163163
- git push -u origin master --force

0 commit comments

Comments
 (0)