Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juniperlsimonis committed Feb 3, 2024
1 parent e542b07 commit 126753d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
env:
R_KEEP_PKG_SOURCE: yes
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
EITHEROR: ${{ github.event_name == 'release' || contains(github.event.head_commit.message, 'Weekly data update') }}

steps:
- name: Checkout GitHub repository
Expand All @@ -40,12 +39,6 @@ jobs:
type=raw,value=data-update-,suffix=${{ github.event.repository.updated_at }},enable=${{ contains(github.event.head_commit.message, 'Weekly data update') }}
- name: echo eitheror
run: |
echo okay "$EITHEROR"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -67,7 +60,6 @@ jobs:
- name: Initialise transcrypt
run: ./transcrypt/transcrypt -p '${{ secrets.TRANSCRYPT_PASSWORD }}' --yes


- name: Build container image and push to dockerhub on a tagged release or a data update
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 126753d

Please sign in to comment.