Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@hey.com>2020-11-24 18:03:15 +0300
committerMatt Stratton <matt.stratton@hey.com>2020-11-24 18:03:15 +0300
commit17a02276f787210cbf7acf85483a389aa79d2ba5 (patch)
tree7c2b08b170cb108e37c0c1e208d7d6af1a6545b9
parentceb256116a582bac1952e3e727cdb83d88638d9d (diff)
Revert GH actions
-rw-r--r--.circleci/config.yml16
-rw-r--r--.github/workflows/release.yml60
2 files changed, 38 insertions, 38 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 03485e5..d605421 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -178,14 +178,14 @@ workflows:
- test-grey-row-jumbo:
requires:
- build
- # deploy:
- # jobs:
- # - create-release:
- # filters:
- # tags:
- # only: /^\d+\.\d+\.\d+$/
- # branches:
- # ignore: /.*/
+ deploy:
+ jobs:
+ - create-release:
+ filters:
+ tags:
+ only: /^\d+\.\d+\.\d+$/
+ branches:
+ ignore: /.*/
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 978a5ab..d47bc80 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,32 +1,32 @@
-name: Release Drafter
+# name: Release Drafter
-on:
- push:
- # branches to consider in the event; optional, defaults to all
- branches:
- - master
+# on:
+# push:
+# # branches to consider in the event; optional, defaults to all
+# branches:
+# - master
-jobs:
- update_release_draft:
- name: Draft release
- runs-on: ubuntu-latest
- steps:
- # Drafts your next Release notes as Pull Requests are merged into "master"
- - uses: release-drafter/release-drafter@v5
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- build:
- name: Publish zip file
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Build
- run: |
- zip -r castanet-${{ steps.update_release_draft.outputs.tag }}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.circleci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md *\node_modules\* \*test\*
- - name: Upload zip file to release
- uses: svenstaro/upload-release-action@v2
- with:
- repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: castanet-${{ steps.update_release_draft.outputs.tag }}.zip
- tag: ${{ steps.update_release_draft.outputs.tag }}
- overwrite: true
+# jobs:
+# update_release_draft:
+# name: Draft release
+# runs-on: ubuntu-latest
+# steps:
+# # Drafts your next Release notes as Pull Requests are merged into "master"
+# - uses: release-drafter/release-drafter@v5
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# build:
+# name: Publish zip file
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v2
+# - name: Build
+# run: |
+# zip -r castanet-${{ steps.update_release_draft.outputs.tag }}.zip . -x \*.git\* \*exampleSite\* appveyor.yml \*.circleci\* \*tests\* \*bin\* \*build\* \*release\* config.codekit3 \*node_modules\* gulpfile.js netlify.toml package.json STYLE.md *\node_modules\* \*test\*
+# - name: Upload zip file to release
+# uses: svenstaro/upload-release-action@v2
+# with:
+# repo_token: ${{ secrets.GITHUB_TOKEN }}
+# file: castanet-${{ steps.update_release_draft.outputs.tag }}.zip
+# tag: ${{ steps.update_release_draft.outputs.tag }}
+# overwrite: true