ref: c0cc80dcf4d59b554b55be40dcebfcc00ddc83dd
parent: dcce2fd455b1f407bf4e1347ce5358a6d0096bd2
author: Jean-Marc Valin <jmvalin@jmvalin.ca>
date: Sun Feb 25 08:35:42 EST 2024
s/master/main/ in gitlab script
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,7 @@
- apt-get update &&
apt-get install -y git
script:
- - git diff-tree --check origin/master HEAD
+ - git diff-tree --check origin/main HEAD
# Make sure commits are GPG signed
ci-fairy:
--
⑨