prima-twig 0.36.35 → 0.36.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c2062809789a9686ff75fcb5f00ba465988df8c
|
|
4
|
+
data.tar.gz: 4a7a72310c712d7bf5c389f112da3684464b792e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2467329de995c0d16fa3bfdcf195afce385c560100e011afe5c24f1454ab9f1bde31fdbb17f226a579bcf29d3f9945c8d1aea0632c62a3f5459ca56e37960a05
|
|
7
|
+
data.tar.gz: 5f0e03dff3bb86e090295fd69a31188691d7107f36a356e3d0b43dca23cb540a357865ef34a3d4eb1569e38b5ad3d1f4272ad2da6bb89e2eb657ea3bd53712cf
|
data/bin/twig-feature
CHANGED
|
@@ -2298,7 +2298,7 @@ class Release
|
|
|
2298
2298
|
execute_command 'ls -l /var/cache/ci/project'
|
|
2299
2299
|
execute_command 'ls -l /var/cache/ci/project/projects'
|
|
2300
2300
|
execute_command 'ls -l /var/cache/ci/project/projects/backoffice'
|
|
2301
|
-
execute_command 'cd /var/cache/ci/project/projects/backoffice'
|
|
2301
|
+
execute_command 'sudo cd /var/cache/ci/project/projects/backoffice'
|
|
2302
2302
|
end
|
|
2303
2303
|
artifact_path = '/tmp/backoffice.zip'
|
|
2304
2304
|
exec_step "rm -f #{artifact_path} && zip -9 -r #{artifact_path} bin/"
|