Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jun 26, 2024
1 parent ac244aa commit 8cfc3cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ on:
push:
paths:
- .github/workflows/**
- desci-server/**
- desci-contracts/**
- app/**
- Dockerfile
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- main # triggers on pushes that contain changes
Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:
sudo apt-get update
sudo apt-get install less
echo ${{ secrets.KUBE_CONFIG_DATA }} | base64 --decode > $HOME/.kube/config
aws sts get-caller-identity
- name: Build and tag the image (DEV)
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit 8cfc3cb

Please sign in to comment.