Skip to content

Commit

Permalink
add verify job
Browse files Browse the repository at this point in the history
  • Loading branch information
drewgonzales360 committed Nov 25, 2024
1 parent 6ae7c4f commit a912af1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,14 @@ test:
script:
- make test

verify-fips:
stage: build
tags: [ "runner:main" ]
image: $CURRENT_CI_IMAGE
script:
- *export-github-token
- git config --global url."https://${GITHUB_TOKEN}@github.com/DataDog".insteadOf https://github.com/DataDog
- make verify-fips

build-docker-image:
extends: .build-docker-image

0 comments on commit a912af1

Please sign in to comment.