Skip to content

Commit

Permalink
dropme-more
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnison committed Jan 10, 2020
1 parent a9752d2 commit e20c125
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-builds-on-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ jobs:
- name: Prepare the dist
run: |
bash ci/prepare-deploy.bash
pwd
ls -lad ./snap/snapcraft.yaml
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
- name: Deploy build to dev-static dist tree for release team
run: |
Expand All @@ -140,6 +138,8 @@ jobs:
- name: Build a snapcraft configuration file
run: |
sh ci/snapcraft.sh
pwd
ls -lad ./snap/snapcraft.yaml
if: matrix.snap_arch != ''
env:
DO_SNAP: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-builds-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ jobs:
- name: Prepare the dist
run: |
bash ci/prepare-deploy.bash
pwd
ls -lad ./snap/snapcraft.yaml
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
- name: Deploy build to dev-static dist tree for release team
run: |
Expand All @@ -131,6 +129,8 @@ jobs:
- name: Build a snapcraft configuration file
run: |
sh ci/snapcraft.sh
pwd
ls -lad ./snap/snapcraft.yaml
if: matrix.snap_arch != ''
env:
DO_SNAP: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-builds-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ jobs:
- name: Prepare the dist
run: |
bash ci/prepare-deploy.bash
pwd
ls -lad ./snap/snapcraft.yaml
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
- name: Deploy build to dev-static dist tree for release team
run: |
Expand All @@ -160,6 +158,8 @@ jobs:
- name: Build a snapcraft configuration file
run: |
sh ci/snapcraft.sh
pwd
ls -lad ./snap/snapcraft.yaml
if: matrix.snap_arch != ''
env:
DO_SNAP: 1
Expand Down
4 changes: 2 additions & 2 deletions ci/actions-templates/linux-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ jobs:
- name: Prepare the dist
run: |
bash ci/prepare-deploy.bash
pwd
ls -lad ./snap/snapcraft.yaml
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
- name: Deploy build to dev-static dist tree for release team
run: |
Expand All @@ -168,6 +166,8 @@ jobs:
- name: Build a snapcraft configuration file
run: |
sh ci/snapcraft.sh
pwd
ls -lad ./snap/snapcraft.yaml
if: matrix.snap_arch != ''
env:
DO_SNAP: 1
Expand Down

0 comments on commit e20c125

Please sign in to comment.