Skip to content

Commit

Permalink
feat(pkg): allow "both" release option (#2561)
Browse files Browse the repository at this point in the history
* feat(pkg): allow "both" release option

* chore(pkg): remove unused workflows

* feat(pkg): add reusable workflow for publishing releases

* remove explicit pipeline-tools version
  • Loading branch information
smrz2001 authored Nov 23, 2022
1 parent 3e6935e commit 79825cd
Show file tree
Hide file tree
Showing 7 changed files with 288 additions and 480 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
DAGGER_PLAN: cue.mod/pkg/github.com/3box/pipeline-tools/ci/plans/ceramic.cue
STATUS_PLAN: cue.mod/pkg/github.com/3box/pipeline-tools/ci/plans/status.cue
DAGGER_LOG_FORMAT: "plain"
PIPELINE_TOOLS_VER: "0.2.0"
# Secrets
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
run: |
dagger project init
dagger project update
dagger project update "github.com/3box/pipeline-tools/ci@v${{ env.PIPELINE_TOOLS_VER }}"
dagger project update "github.com/3box/pipeline-tools/ci"
-
name: Set commit status "pending"
run: dagger do pending -p ${{ env.STATUS_PLAN }}
Expand Down
129 changes: 0 additions & 129 deletions .github/workflows/deploy-branch.yml

This file was deleted.

111 changes: 0 additions & 111 deletions .github/workflows/docker-image.yml

This file was deleted.

Loading

0 comments on commit 79825cd

Please sign in to comment.