File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ pipeline:
34
34
tag : v${{package.version}}
35
35
expected-commit : 5a832c5bf75663c0ec05f83a91935d382e012083
36
36
37
- - uses : auth/maven
38
-
39
37
- uses : maven/pombump
40
38
41
39
- name : Build
@@ -94,13 +92,13 @@ subpackages:
94
92
install -Dm644 -o 1001 -g 0 .docker-scripts/create-config.cjs "${config_dest}/create-config.cjs"
95
93
install -Dm644 -o 1001 -g 0 .docker-scripts/update-base-href.cjs "${config_dest}/update-base-href.cjs"
96
94
install -Dm644 -o 1001 -g 0 .docker-scripts/entrypoint.sh "${config_dest}/entrypoint.sh"
97
- install -Dm644 -o 1001 -g 0 .docker-scripts/nginx.conf "${{targets.contextdir} }/etc/nginx/nginx.conf"
95
+ install -Dm644 -o 1001 -g 0 .docker-scripts/nginx.conf "${config_dest }/etc/nginx/nginx.conf"
98
96
99
97
# Copy dist files
100
- cp dist/ ${{targets.contextdir}}
98
+ # cp dist/ ${{targets.contextdir}}
101
99
102
100
# Grant write permission to group
103
- chmod -R g+w /opt/app-root/src /usr/local/bin/
101
+ # chmod -R g+w /opt/app-root/src /usr/local/bin/
104
102
105
103
update :
106
104
enabled : true
You can’t perform that action at this time.
0 commit comments