This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d261a7
commit e276239
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule support-firecloud
updated
30 files
+43 −2 | .ci.sh | |
+48 −6 | .circleci/config.yml | |
+86 −0 | .github/workflows.src/main.yml | |
+88 −0 | .github/workflows/main.yml | |
+14 −10 | .travis.yml | |
+29 −0 | Makefile | |
+3 −1 | README.md | |
+2 −1 | bin/node-esm | |
+33 −0 | bin/yaml-expand | |
+1 −1 | ci/brew-bootstrap.inc.sh | |
+10 −0 | ci/brew-install-ci.inc.sh | |
+0 −2 | ci/brew-install-common.inc.sh | |
+26 −0 | ci/brew-install-core.inc.sh | |
+5 −1 | ci/brew-install-dev.inc.sh | |
+4 −2 | ci/brew-install-gnu.inc.sh | |
+3 −14 | ci/brew-install-minimal.inc.sh | |
+10 −2 | ci/brew-util.inc.sh | |
+10 −0 | ci/linux/Dockerfile.ubuntu.bionic | |
+1 −0 | ci/linux/Dockerfile.ubuntu.bionic.sh | |
+58 −0 | ci/linux/Dockerfile.ubuntu.sh | |
+10 −0 | ci/linux/Dockerfile.ubuntu.xenial | |
+1 −0 | ci/linux/Dockerfile.ubuntu.xenial.sh | |
+0 −21 | ci/linux/bootstrap | |
+5 −0 | ci/linux/bootstrap-sudo | |
+90 −9 | repo/dot.ci.sh.sf | |
+0 −1 | repo/dot.travis.sh.sf | |
+3 −1 | repo/dot.vscode/settings.json | |
+5 −1 | repo/mk/core.misc.release.mk | |
+5 −1 | repo/mk/core.misc.version.mk | |
+10 −0 | repo/mk/js.deps.npm.mk |