diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-07-30 16:18:53 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-07-30 16:18:53 +0200 |
| commit | aac6c22687ca78f5131545e46b637fd63a8dff89 (patch) | |
| tree | cfdd03aea539e43c0a33a41ba2c4ec88359f301d /.build.yml | |
| parent | d7f9c982854201515d5155f1343698b15135c011 (diff) | |
Fix building main branch (after git update)
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ tasks: cd a14m.srht.site REF=`git describe --exact-match --all ||:` echo "Current Ref: $REF" - if [[ ! `echo $REF | awk '/origin\/main$/'` ]]; then + if [[ ! `echo $REF | awk '/main$/'` ]]; then echo "Skipping publishing step. only publishing 'main' branch" exit 0 fi |
