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
e276239
commit f03f27a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule support-firecloud
updated
27 files
+60 −14 | .ci.sh | |
+1 −9 | .travis.yml | |
+1 −1 | Makefile | |
+5 −8 | ci/brew-bootstrap.inc.sh | |
+2 −2 | ci/brew-install-basic.inc.sh | |
+2 −2 | ci/brew-install-common.inc.sh | |
+2 −2 | ci/brew-install-core.inc.sh | |
+2 −2 | ci/brew-install-gnu.inc.sh | |
+2 −2 | ci/brew-install-minimal.inc.sh | |
+2 −2 | ci/brew-install-node.inc.sh | |
+7 −0 | ci/brew-util.inc.sh | |
+8 −0 | ci/darwin/bootstrap | |
+0 −10 | ci/linux/Dockerfile.ubuntu.bionic | |
+0 −1 | ci/linux/Dockerfile.ubuntu.bionic.sh | |
+0 −58 | ci/linux/Dockerfile.ubuntu.sh | |
+0 −10 | ci/linux/Dockerfile.ubuntu.xenial | |
+0 −1 | ci/linux/Dockerfile.ubuntu.xenial.sh | |
+9 −1 | ci/linux/bootstrap | |
+1 −1 | ci/repo/bootstrap | |
+34 −9 | doc/integrate-travis-ci.md | |
+1 −0 | dockerfiles/sf-ubuntu-bionic/Dockerfile | |
+1 −0 | dockerfiles/sf-ubuntu-bionic/script.sh | |
+14 −0 | dockerfiles/sf-ubuntu-xenial/Dockerfile | |
+113 −0 | dockerfiles/sf-ubuntu-xenial/script.sh | |
+8 −8 | package.json | |
+125 −7 | repo/dot.ci.sh.sf | |
+4 −0 | repo/mk/core.check.path.mk |