-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🐛 FIX: #195 Allow lint-scripts.sh to be run locally * 🐛 FIX: #197 * 🐛 FIX: #194 * 🐛 FIX: #193 * 🐛 FIX: #196 * 🤖 TEST: #196 * 🐛 FIX: #196 * 🐛 FIX: #198 * 🤖 TEST: force docker image build * 🤖 TEST: #198 * 🐛 FIX: #198 * 🤖 TEST: force docker image build * 🐛 FIX: #159 * 🐛 FIX: #198 * 🐛 FIX: typo in #198 * 🤖 TEST: force docker image build * 🐛 FIX: #159 * 💡 UPDATE COMMENTS: fix * 🤖 TEST: force dockerm image build * 🤖 TEST: remove test install packages * 🐛 FIX: add sudo back in for composer update * 🐛 FIX: #196 * 🐛 FIX: #192 * 🤖 TEST: force docker image build
- Loading branch information
Showing
13 changed files
with
94 additions
and
80 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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/bash | ||
# shellcheck disable=SC1091 | ||
# | ||
# SPDX-License-Identifier: MIT | ||
# Copyright © 2022 Apolo Pena | ||
|
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
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
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
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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/bash | ||
# shellcheck disable=SC1091 | ||
# | ||
# SPDX-License-Identifier: MIT | ||
# Copyright © 2022 Apolo Pena | ||
|
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
PLACEHOLDER FILE | ||
|
||
Note: | ||
This file will be autogenerated once by .gp/bash/install-project-packages.sh when the workspace is built | ||
This file will be autogenerated once by .gp/bash/init-gitpod.sh when the workspace is built | ||
Be sure to save the autogenerated results to version control. | ||
Only edit the autogenerated file if you know what you are doing. |
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
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