This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 9b0eeaa Update quarkus-master branch CI workflows for Quarkus branch
renaming master -> main
9b0eeaa is described below
commit 9b0eeaa896b16e612ac32ad14532883e93ca707c
Author: James Netherton <[email protected]>
AuthorDate: Sat Mar 13 08:59:27 2021 +0000
Update quarkus-master branch CI workflows for Quarkus branch renaming
master -> main
---
.github/workflows/ci-build.yaml | 2 +-
.github/workflows/quarkus-master-cron.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 3028291..01300cb 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -74,7 +74,7 @@ jobs:
- name: Build Quarkus
if: github.ref == 'refs/heads/quarkus-master' || github.base_ref ==
'quarkus-master'
run: |
- git clone --depth 1 --branch master
https://github.com/quarkusio/quarkus.git \
+ git clone --depth 1 --branch main
https://github.com/quarkusio/quarkus.git \
&& cd quarkus \
&& echo "Current Quarkus commit:" $(git rev-parse HEAD) \
&& ./mvnw ${MAVEN_ARGS} clean install -Dquickly
diff --git a/.github/workflows/quarkus-master-cron.yaml
b/.github/workflows/quarkus-master-cron.yaml
index 4dea77e..f986e4d 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -68,7 +68,7 @@ jobs:
git rev-parse origin/master > ~/build-data/master-sha.txt
- name: Build Quarkus
run: |
- git clone --depth 1 --branch master
https://github.com/quarkusio/quarkus.git \
+ git clone --depth 1 --branch main
https://github.com/quarkusio/quarkus.git \
&& cd quarkus \
&& echo "Current Quarkus commit:" $(git rev-parse HEAD) \
&& ./mvnw ${MAVEN_ARGS} clean install -Dquickly