Skip to content

Commit

Permalink
ci,ascent: add sync script build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed May 10, 2023
1 parent d3b130f commit 10377ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab/gitlab-ci-ascent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,8 @@ sync-github-prs:
- nobatch
only:
- schedules
variables:
GIT_STRATEGY: none
script:
- scripts/ci/scripts/github-prs-to-gitlab.sh ornladios/adios2 code.ornl.gov ecpcitest/adios2
- export PATH="/gpfs/wolf/csc303/scratch/vbolea/ci/utils:$PATH"
- SpackCIBridge.py ornladios/ADIOS2 git@code.ornl.gov:ecpcitest/adios2.git https://code.ornl.gov/ ecpcitest/adios2 --main-branch=master

0 comments on commit 10377ee

Please sign in to comment.