Skip to content

Commit

Permalink
Debuggin 3
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 14, 2023
1 parent 62330d6 commit d0523c4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ornl_ascent_mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
GIT_PUSH_ARGS: '--tags --force --push-option=ci.skip'
REMOTE: 'https://code.ornl.gov/ecpcitest/exasgd/resolve'
GIT_USERNAME: ${{ secrets.GIT_USER }}
GIT_PASSWORD: ${{ secrets.ORNL_ASCENT_GIT_PASSWOR }}
DEBUG: true

GIT_PASSWORD: ${{ secrets.ORNL_ASCENT_GIT_PASSWORD }}

# Trigger CI pipeline since it was skipped in the above push
- name: Trigger Pipeline
run: curl -X POST -F token=${{ secrets.ORNL_ASCENT_PIPELINE_TRIGGER }} -F ref=${{ steps.extract_branch.outputs.branch }} https://code.ornl.gov/api/v4/projects/13292/trigger/pipeline

0 comments on commit d0523c4

Please sign in to comment.