We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894a2ce commit b98c81fCopy full SHA for b98c81f
kustomization.yml
@@ -37,3 +37,4 @@ resources:
37
- scripts/fix-rupac2021-fulltexts
38
- scripts/move-jacow-urls
39
- scripts/cleanup-and-move-rors
40
+ - scripts/restore-arxiv-preprint-date
scripts/restore-arxiv-preprint-date/kustomization.yml
@@ -0,0 +1,11 @@
1
+apiVersion: kustomize.config.k8s.io/v1beta1
2
+kind: Kustomization
3
+
4
+resources:
5
+ - ../../base/script-job
6
7
+configMapGenerator:
8
+ - name: hep-script
9
+ files:
10
+ - script.py
11
+nameSuffix: -restore-arxiv-preprint-date
0 commit comments