From 830e97476db6bbc52cccfec04cf307646ebe04fc Mon Sep 17 00:00:00 2001 From: petar-cvit Date: Wed, 10 Jan 2024 22:06:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20disable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 48 ++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2ff3b47..974dc500 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,27 +43,27 @@ jobs: docker build cyclops-ctrl -t cyclopsui/cyclops-ctrl:$TAG docker push cyclopsui/cyclops-ctrl:$TAG - update-install-manifest: - needs: - - build-UI - - build-controller - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: update install manifest - run: | - TAG=$(git describe --tags --abbrev=0) - INSTALL_YAML=$GITHUB_WORKSPACE/install/cyclops-install.yaml - - sed -i 's/cyclopsui\/cyclops-ctrl\:.*/cyclopsui\/cyclops-ctrl\:'$TAG'/' $INSTALL_YAML - sed -i 's/cyclopsui\/cyclops-ui\:.*/cyclopsui\/cyclops-ui\:'$TAG'/' $INSTALL_YAML - - # update file - git fetch origin main - git checkout main - git config --global user.email "petar.cvitanovic@gmail.com" - git config --global user.name "petar-cvit" - git status - git add $INSTALL_YAML - git commit -m '⚙️ update cyclops to '$TAG - git push origin HEAD:main +# update-install-manifest: +# needs: +# - build-UI +# - build-controller +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - name: update install manifest +# run: | +# TAG=$(git describe --tags --abbrev=0) +# INSTALL_YAML=$GITHUB_WORKSPACE/install/cyclops-install.yaml +# +# sed -i 's/cyclopsui\/cyclops-ctrl\:.*/cyclopsui\/cyclops-ctrl\:'$TAG'/' $INSTALL_YAML +# sed -i 's/cyclopsui\/cyclops-ui\:.*/cyclopsui\/cyclops-ui\:'$TAG'/' $INSTALL_YAML +# +# # update file +# git fetch origin main +# git checkout main +# git config --global user.email "petar.cvitanovic@gmail.com" +# git config --global user.name "petar-cvit" +# git status +# git add $INSTALL_YAML +# git commit -m '⚙️ update cyclops to '$TAG +# git push origin HEAD:main