Skip to content

Commit

Permalink
APIGOV-25848 - fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick committed Apr 12, 2024
1 parent 493f68d commit 657efec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ twistlock-discovery:on-schedule:
- !reference [.mirror-schedule-csr-rules, rules]
dependencies: []
before_script:
- !reference [.csr-get-last-git-tag, gettag]
- !reference [.get-last-tag, script]
- echo "Using the last tagged version ${LAST_TAG_VERSION}"
- export IMAGE_NAME=ghcr.io/axway/kong_discovery_agent:${LAST_TAG_VERSION}
- docker pull ${IMAGE_NAME}
Expand All @@ -84,7 +84,7 @@ twistlock-traceability:on-schedule:
- !reference [.mirror-schedule-csr-rules, rules]
dependencies: []
before_script:
- !reference [.csr-get-last-git-tag, gettag]
- !reference [.get-last-tag, script]
- echo "Using the last tagged version ${LAST_TAG_VERSION}"
- export IMAGE_NAME=ghcr.io/axway/kong_traceability_agent:${LAST_TAG_VERSION}
- docker pull ${IMAGE_NAME}
Expand All @@ -93,7 +93,7 @@ blackduck:on-schedule:
rules:
- !reference [.mirror-schedule-csr-rules, rules]
before_script:
- !reference [.csr-get-last-git-tag, gettag]
- !reference [.get-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 657efec

Please sign in to comment.