Skip to content

Commit

Permalink
iox-eclipse-iceoryx#409 print merge commit
Browse files Browse the repository at this point in the history
Signed-off-by: Dietrich Krönke <dietrich.kroenke@apex.ai>
  • Loading branch information
dkroenke committed Feb 8, 2021
1 parent c44c108 commit f12b5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/axivion/trigger_pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def main():
'ref': os.environ.get('AXIVION_REF_NAME', 'master'),
}
commit_sha = os.environ['GITHUB_SHA']
print("GITHUB_SHA: ", commit_sha)
r = requests.post(
f'https://gitlab.com/api/v4/projects/24081973/trigger/pipeline?variables[ICEORYX_SHA]={commit_sha}',
json=data)
Expand Down

0 comments on commit f12b5f7

Please sign in to comment.