forked from cwaldbieser/jhub_remote_user_authenticator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path1.gocd.yml
32 lines (32 loc) · 1.02 KB
/
1.gocd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
environments:
bare_metal_pypi_package:
environments:
GIT_USER: "{{SECRET:[github][username]}}"
pipelines:
- jhub-authenticators
pipelines:
jhub-authenticators:
group: bare_metal_pypi_package
locking: off
timer:
# Run on the 1st at 00:00 of every month
spec: "0 0 0 1 * ? *"
only_on_changes: no
materials:
jhub-authenticators_git: # this is the name of material
# says about type of material and url at once
git: https://github.com/ucphhpc/jhub-authenticators.git
branch: master
destination: jhub-authenticators
publish_python_git:
git: https://github.com/rasmunk/publish-python-scripts.git
branch: main
username: ${GIT_USER}
password: "{{SECRET:[github][access_token]}}"
destination: publish-python-scripts
parameters:
ARGS: ''
SRC_DIRECTORY: jhub-authenticators
TEST_DIRECTORY: jhub-authenticators
PUSH_DIRECTORY: publish-python-scripts
template: bare_metal_pypi_package