This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new be74d14c9 chore(ci): remove comments
be74d14c9 is described below
commit be74d14c95018824548b02abba32e23432648bcd
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Wed Jun 7 14:25:52 2023 +0200
chore(ci): remove comments
---
.github/actions/release-nightly/action.yml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/.github/actions/release-nightly/action.yml
b/.github/actions/release-nightly/action.yml
index d4e0b019f..7d149b8bf 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -79,20 +79,20 @@ runs:
MAVEN_REPOSITORY=$(make get-staging-repo)
echo "Using MAVEN_REPOSITORY=$MAVEN_REPOSITORY"
echo "MAVEN_REPOSITORY=$MAVEN_REPOSITORY" >> $GITHUB_ENV
- # - name: Install newer docker CLI supporting multi platform build
- # shell: bash
- # run: |
- # sudo apt-get update
- # sudo apt-get install ca-certificates curl gnupg
- # sudo install -m 0755 -d /etc/apt/keyrings
- # curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg
--dearmor -o /etc/apt/keyrings/docker.gpg
- # sudo chmod a+r /etc/apt/keyrings/docker.gpg
- # echo \
- # "deb [arch="$(dpkg --print-architecture)"
signed-by=/etc/apt/keyrings/docker.gpg]
https://download.docker.com/linux/ubuntu \
- # "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
- # sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
- # sudo apt-get update
- # sudo apt-get install docker-ce docker-ce-cli containerd.io
docker-buildx-plugin docker-compose-plugin
+ - name: Install newer docker CLI supporting multi platform build
+ shell: bash
+ run: |
+ sudo apt-get update
+ sudo apt-get install ca-certificates curl gnupg
+ sudo install -m 0755 -d /etc/apt/keyrings
+ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg
--dearmor -o /etc/apt/keyrings/docker.gpg
+ sudo chmod a+r /etc/apt/keyrings/docker.gpg
+ echo \
+ "deb [arch="$(dpkg --print-architecture)"
signed-by=/etc/apt/keyrings/docker.gpg]
https://download.docker.com/linux/ubuntu \
+ "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \
+ sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
+ sudo apt-get update
+ sudo apt-get install docker-ce docker-ce-cli containerd.io
docker-buildx-plugin docker-compose-plugin
- name: Set up QEMU (required by multi platform build)
uses: docker/setup-qemu-action@v2
- name: Login to Container Registry