File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments