-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unnecessary chmod commands * Add execute permissions to scripts Closes #27
- Loading branch information
Showing
5 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,7 @@ LABEL maintainer="John Boyes <[email protected]>" | |
COPY scripts /usr/local/bin/ | ||
|
||
USER root | ||
RUN chmod 755 /usr/local/bin/install-mage.sh \ | ||
&& chmod 755 /usr/local/bin/install-chrome.sh \ | ||
&& chmod 755 /usr/local/bin/install-gauge.sh \ | ||
&& chmod 755 /usr/local/bin/install-gauge-plugins.sh \ | ||
&& chmod 755 /usr/local/bin/install-taiko.sh \ | ||
&& install-chrome.sh \ | ||
RUN install-chrome.sh \ | ||
&& install-gauge.sh | ||
USER circleci | ||
RUN install-gauge-plugins.sh \ | ||
|
Empty file.
Empty file.
Empty file.
Empty file.