Skip to content

Commit e20c125

Browse files
committed
dropme-more
1 parent a9752d2 commit e20c125

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/linux-builds-on-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ jobs:
127127
- name: Prepare the dist
128128
run: |
129129
bash ci/prepare-deploy.bash
130-
pwd
131-
ls -lad ./snap/snapcraft.yaml
132130
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
133131
- name: Deploy build to dev-static dist tree for release team
134132
run: |
@@ -140,6 +138,8 @@ jobs:
140138
- name: Build a snapcraft configuration file
141139
run: |
142140
sh ci/snapcraft.sh
141+
pwd
142+
ls -lad ./snap/snapcraft.yaml
143143
if: matrix.snap_arch != ''
144144
env:
145145
DO_SNAP: 1

.github/workflows/linux-builds-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ jobs:
118118
- name: Prepare the dist
119119
run: |
120120
bash ci/prepare-deploy.bash
121-
pwd
122-
ls -lad ./snap/snapcraft.yaml
123121
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
124122
- name: Deploy build to dev-static dist tree for release team
125123
run: |
@@ -131,6 +129,8 @@ jobs:
131129
- name: Build a snapcraft configuration file
132130
run: |
133131
sh ci/snapcraft.sh
132+
pwd
133+
ls -lad ./snap/snapcraft.yaml
134134
if: matrix.snap_arch != ''
135135
env:
136136
DO_SNAP: 1

.github/workflows/linux-builds-on-stable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ jobs:
147147
- name: Prepare the dist
148148
run: |
149149
bash ci/prepare-deploy.bash
150-
pwd
151-
ls -lad ./snap/snapcraft.yaml
152150
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
153151
- name: Deploy build to dev-static dist tree for release team
154152
run: |
@@ -160,6 +158,8 @@ jobs:
160158
- name: Build a snapcraft configuration file
161159
run: |
162160
sh ci/snapcraft.sh
161+
pwd
162+
ls -lad ./snap/snapcraft.yaml
163163
if: matrix.snap_arch != ''
164164
env:
165165
DO_SNAP: 1

ci/actions-templates/linux-builds-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ jobs:
155155
- name: Prepare the dist
156156
run: |
157157
bash ci/prepare-deploy.bash
158-
pwd
159-
ls -lad ./snap/snapcraft.yaml
160158
if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
161159
- name: Deploy build to dev-static dist tree for release team
162160
run: |
@@ -168,6 +166,8 @@ jobs:
168166
- name: Build a snapcraft configuration file
169167
run: |
170168
sh ci/snapcraft.sh
169+
pwd
170+
ls -lad ./snap/snapcraft.yaml
171171
if: matrix.snap_arch != ''
172172
env:
173173
DO_SNAP: 1

0 commit comments

Comments
 (0)