Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
APIGOV-27843 - allow for pre-release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldickgit committed May 7, 2024
1 parent 9275feb commit 6499bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ twistlock-discovery:on-schedule:
- !reference [.mirror-schedule-csr-rules, rules]
dependencies: []
before_script:
- !reference [.get-last-tag, script]
- !reference [.get-agent-last-tag, script]
- echo "Using the last tagged version ${LAST_TAG_VERSION}"
- export IMAGE_NAME=ghcr.io/axway/webmethods_discovery_agent:${LAST_TAG_VERSION}
- docker pull ${IMAGE_NAME}
Expand All @@ -96,7 +96,7 @@ blackduck:on-schedule:
rules:
- !reference [.mirror-schedule-csr-rules, rules]
before_script:
- !reference [.get-last-tag, script]
- !reference [.get-agent-last-tag, script]

# overridden from csrjobs.yml because mirror repos like this one don't get merge events
fortify:
Expand Down

0 comments on commit 6499bad

Please sign in to comment.