Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Jan 31, 2024
1 parent ee04d21 commit 8bf710b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
4 changes: 0 additions & 4 deletions .github/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ ci_conda_activate() {
source $CI_CONDA_SH
conda activate
}

ci_tag() {
echo $(jq -r .version recipe/meta.json)
}
9 changes: 0 additions & 9 deletions .github/scripts/tag-check.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .github/scripts/tag-create.sh

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Release
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
on:
pull_request:
branches:
- '[0-9]+.[0-9]+.[0-9]+'
push:
branches:
- '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
branches:
- '[0-9]+.[0-9]+.[0-9]+'
Expand All @@ -17,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check For Existing Tag
run: .github/scripts/tag-check.sh
- name: Install conda
run: .github/scripts/install-conda.sh
- name: Documentation Link Check
Expand All @@ -29,5 +21,3 @@ jobs:
run: .github/scripts/make-package.sh
- name: Publish
run: .github/scripts/publish.sh
- name: Tag
run: .github/scripts/tag-create.sh

0 comments on commit 8bf710b

Please sign in to comment.