Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: cleanup github actions (#1431)
Browse files Browse the repository at this point in the history
* fix: cleanup github actions
  • Loading branch information
razvan-pro committed Dec 8, 2020
1 parent 4d2134d commit 66f2801
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
if: github.event.head_commit.author.email != 'action@github.com'
runs-on: ubuntu-18.04
steps:
- name: "[Debug] Print github.event.head_commit.author.email"
run: echo "${{ github.event.head_commit.author.email }}"
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
if: github.event.head_commit.author.email == 'action@github.com'
runs-on: ubuntu-18.04
steps:
- name: "[Debug] Print github.ref"
run: echo "${{ github.ref }}"
- name: Checkout
uses: actions/checkout@v2
- name: Set up QEMU
Expand Down Expand Up @@ -66,7 +64,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- name: Notify Semaphore (Staging)
run: curl -d POST -v https://semaphoreci.com/api/v1/projects/${SEMAPHORE_PROJECT_ID}/master/build?auth_token=${SEMAPHORE_API_AUTH}
run: curl -d POST https://semaphoreci.com/api/v1/projects/${SEMAPHORE_PROJECT_ID}/master/build?auth_token=${SEMAPHORE_API_AUTH}
env:
SEMAPHORE_PROJECT_ID: ${{ secrets.SEMAPHORE_PROJECT_ID }}
SEMAPHORE_API_AUTH: ${{ secrets.SEMAPHORE_API_AUTH }}

0 comments on commit 66f2801

Please sign in to comment.