Skip to content

Commit 6e729bd

Browse files
committed
update script
1 parent 43ae0b9 commit 6e729bd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.0.7-43-g83c9863
2+
_commit: v0.0.7-44-gea357db
33
_src_path: gh:LabAutomationAndScreening/copier-base-template.git
44
description: Copier template for creating Python libraries and executables
55
python_ci_versions:

template/.devcontainer/code-artifact-auth.sh.jinja

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,8 @@ else
3939
set -x
4040
fi
4141

42-
export UV_INDEX_CODE_ARTIFACT_PRIMARY_USERNAME=aws
4342
set +x
4443
export UV_INDEX_CODE_ARTIFACT_PRIMARY_PASSWORD="$CODEARTIFACT_AUTH_TOKEN"
45-
set -x
46-
export UV_INDEX_CODE_ARTIFACT_STAGING_USERNAME=aws
47-
set +x
4844
export UV_INDEX_CODE_ARTIFACT_STAGING_PASSWORD="$CODEARTIFACT_AUTH_TOKEN"
4945
set -x
5046

0 commit comments

Comments
 (0)