Commit 6087394e authored by Rohit Gupta's avatar Rohit Gupta

test for Gitlab CI

parent 02c4317a
...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment