Skip to content

Commit 6ebeb79

Browse files
committed
merge jupyterhub => docker
1 parent 5990ce2 commit 6ebeb79

10 files changed

+428
-444
lines changed

.github/workflows/c-cpp.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,26 @@ on:
77
- 'docker/Dockerfile'
88
- 'docker/*yml'
99
- '**.md'
10-
- 'jupyterhub/**'
1110
- 'VirtualBox/**'
1211
- '.github/workflows/*docker*'
1312
- 'CITATION.cff'
1413
- '.mailmap'
1514
- '.travis.yml'
1615
- 'NOTICE.txt'
1716
- 'LICENSE.txt'
18-
1917
pull_request:
2018
branches: [ master ]
2119
paths-ignore:
2220
- 'docker/Dockerfile'
2321
- 'docker/*yml'
2422
- '**.md'
25-
- 'jupyterhub/**'
2623
- 'VirtualBox/**'
2724
- '.github/workflows/*docker*'
2825
- 'CITATION.cff'
2926
- '.mailmap'
3027
- '.travis.yml'
3128
- 'NOTICE.txt'
3229
- 'LICENSE.txt'
33-
34-
3530
jobs:
3631
build:
3732

@@ -94,7 +89,7 @@ jobs:
9489
esac
9590
9691
- name: install_dependencies
97-
run:
92+
run:
9893
cd docker;
9994
sudo bash raw-ubuntu.sh;
10095
sudo bash build_essential-ubuntu.sh;
@@ -146,7 +141,7 @@ jobs:
146141
cmake -S ${GITHUB_WORKSPACE} ${BUILD_FLAGS} ${EXTRA_BUILD_FLAGS} ${DEVEL_BUILD};
147142
- name: build
148143
shell: bash
149-
run: |
144+
run: |
150145
cd ${GITHUB_WORKSPACE}/build;
151146
source ~/virtualenv/bin/activate;
152147
cmake --build . -j 2;
@@ -167,5 +162,5 @@ jobs:
167162

168163
- name: tests
169164
shell: bash
170-
run:
165+
run:
171166
bash docker/ctest_sirf.sh

.github/workflows/docker_build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches: [ master ]
66
paths-ignore:
77
- '**.md'
8-
- 'jupyterhub/**'
98
- 'VirtualBox/**'
109
- '.github/workflows/c-cpp.yml'
1110
- 'CITATION.cff'
@@ -18,7 +17,6 @@ on:
1817
branches: [ master ]
1918
paths-ignore:
2019
- '**.md'
21-
- 'jupyterhub/**'
2220
- 'VirtualBox/**'
2321
- '.github/workflows/c-cpp.yml'
2422
- 'CITATION.cff'

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "jupyterhub/docker-stacks"]
2-
path = jupyterhub/docker-stacks
1+
[submodule "docker/docker-stacks"]
2+
path = docker/docker-stacks
33
url = https://github.com/jupyter/docker-stacks

jupyterhub/Dockerfile Dockerfile

File renamed without changes.

0 commit comments

Comments
 (0)