Skip to content

Commit

Permalink
routinator service anchoring in-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vkotronis committed Nov 22, 2022
1 parent 6e32034 commit 882886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
- name: before script build
run: docker build -t artemis_rpki_testing testing/rpki
- name: before script run
run: docker run --rm -v $(pwd)/local_configs/routinator/tals:/home/routinator/.rpki-cache/tals nlnetlabs/routinator init -f --accept-arin-rpa
run: docker run --rm -v $(pwd)/local_configs/routinator/tals:/home/routinator/.rpki-cache/tals nlnetlabs/routinator:v0.7.0 init -f --accept-arin-rpa
- name: before script up
run: docker-compose -f docker-compose.testrpki.yaml -f docker-compose.routinator.yaml up -d
- name: script
Expand Down

0 comments on commit 882886b

Please sign in to comment.