Skip to content
Snippets Groups Projects
Commit 6087394e authored by Rohit Gupta's avatar Rohit Gupta
Browse files

test for Gitlab CI

parent 02c4317a
Branches
Tags
No related merge requests found
...@@ -8,4 +8,9 @@ job1: ...@@ -8,4 +8,9 @@ job1:
- git rev-parse --abbrev-ref HEAD - git rev-parse --abbrev-ref HEAD
- git_head=`git rev-parse HEAD` - git_head=`git rev-parse HEAD`
- echo $git_head - echo $git_head
- tmp=`git show-ref --head | grep $git_head`
- tmp=(${tmp///// })
- git_branch=${tmp[@]:(-1)}
- echo $git_branch
- source oaienv
- echo $OPENAIR_DIR
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment