From 3ae6f8472cbba3614da59ece1fd3c06eb453221b Mon Sep 17 00:00:00 2001 From: Andreas Tennert Date: Tue, 22 Feb 2022 18:44:49 +0100 Subject: [PATCH] ci: remove website update --- .circleci/config.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index feb029e..0223cd1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,29 +125,6 @@ jobs: - run: ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} ${CIRCLE_TAG} ~/repo/build/deb/deploy/ - update_website: - docker: - - image: cimg/base:stable - - working_directory: ~/repo - - steps: - - add_ssh_keys: - fingerprints: - - 92:97:77:77:03:73:3e:41:6a:18:d9:8d:c2:3a:52:3e - - # make github a known host - - run: ssh-keyscan github.com >> ~/.ssh/known_hosts - - # get lcarsde.github.io - - run: git clone git@github.com:lcarsde/lcarsde.github.io.git - - # update content - - run: sed -i -e "s/[0-9\.]*\/status-bar_[0-9\.]*_amd64.deb\">status-bar ([0-9\.]*)/$CIRCLE_TAG\/status-bar_$CIRCLE_TAG_amd64.deb\">status-bar ($CIRCLE_TAG)/" installation.html - - # upload new contents - - run: git add -u && git commit -m "update status-bar deb file link to version $CIRCLE_TAG" && git push - workflows: version: 2 build_and_deploy: @@ -186,12 +163,3 @@ workflows: only: /.*/ branches: ignore: /.*/ - - update_website: - requires: - - deploy_aur - - publish_github_release - filters: - tags: - only: /.*/ - branches: - ignore: /.*/