Skip to content

Commit 363ed02

Browse files
committed
chmod
1 parent 511a6bf commit 363ed02

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitpod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
# The 'init' field under 'tasks' specifies the command to be run before the main command.
1010
# In this case, it downloads and installs 'yq', a command-line YAML processor, and runs several shell scripts.
1111
tasks:
12-
- init: sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && sudo chmod a+x /usr/local/bin/yq && ./dockerfiles/gitpodURL.sh
12+
- init: sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 && sudo chmod a+x /usr/local/bin/yq && chmod +x ./dockerfiles/gitpodURL.sh && ./dockerfiles/gitpodURL.sh
1313

1414
# The 'ports' field specifies a list of ports that should be exposed in the workspace.
1515
# Each item in the list can have a 'name', 'port', 'protocol', 'onOpen', and 'description'.

dockerfiles/gitpodURL.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)