Skip to content

Commit 4fb156e

Browse files
committed
feat(copier): adds a better readme where the sample.env was
1 parent 1ea82fa commit 4fb156e

3 files changed

Lines changed: 9 additions & 19 deletions

File tree

src/copier_template/src/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Setting up a development environment
2+
1. Build the dev container
3+
2. run "uv lock" to generate the uv.lock file
4+
3. Create .env in this folder (with the path src/.env) containing the following variables:
5+
HOST=https://argo-workflows.workflows.diamond.ac.uk/ (to submit to the production repo)
6+
IMAGE= (usually python 3.10)
7+
TOKEN=
8+
NAMESPACE= (the cluster you wish to run the templates on)
9+
AUTH=

src/copier_template/src/sample.env

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/copier_template/src/{{ project_name }}/submit_to_argo.py.jinja

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)