Skip to content

Commit e567bb4

Browse files
AAriamRepoDynamicsBot
authored andcommitted
sync(config): Synchronize dynamic files with control center configurations.
[skip ci]
1 parent bfac79c commit e567bb4

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.devcontainer/tasks_global.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
test-ci() {
2+
echo "TEST OK!"
3+
}
4+
15
jupyterlab() {
26
jupyter-lab / --ContentsManager.allow_hidden=True --IdentityProvider.token=''
37
}

.devcontainer/tasks_local.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
test-ci() {
2+
current_dir=$(pwd)
3+
cd '/workspace'
4+
echo "TEST OK!"
5+
cd "$current_dir"
6+
}
7+
18
jupyterlab() {
29
current_dir=$(pwd)
310
cd '/workspace'

.github/.repodynamics/metadata.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7513,6 +7513,11 @@
75137513
"alias": "jupyterlab",
75147514
"name": "Open JupyterLab",
75157515
"script": "jupyter-lab / --ContentsManager.allow_hidden=True --IdentityProvider.token=''\n"
7516+
},
7517+
"test-ci": {
7518+
"alias": "test-ci",
7519+
"name": "Test",
7520+
"script": "echo \"TEST OK!\"\n"
75167521
}
75177522
}
75187523
},

0 commit comments

Comments
 (0)