Compare commits

...

5 Commits
v1.0 ... main

Author SHA1 Message Date
bc689a1067 Actualiser helm-chart/values.yaml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-03-06 11:07:41 +01:00
e2880f47dc Ajouter requirements.txt
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-06 11:07:00 +01:00
0fc41226c2 Actualiser requirements2.txt
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-06 11:06:21 +01:00
55e8840e79 Actualiser .drone.yaml
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
2025-03-06 11:00:50 +01:00
369ebf0c0a Actualiser helm-chart/values.yaml
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-06 11:00:32 +01:00
4 changed files with 11 additions and 6 deletions

View File

@ -9,7 +9,7 @@ steps:
settings: settings:
tags: ${DRONE_TAG##v} tags: ${DRONE_TAG##v}
registry: code.groupe-genes.fr registry: code.groupe-genes.fr
repo: code.groupe-genes.fr/labeds/Test_Johanne repo: code.groupe-genes.fr/labeds/test_johanne
username: username:
from_secret: docker_username from_secret: docker_username
password: password:

View File

@ -8,7 +8,7 @@ image:
repository: code.groupe-genes.fr/labeds/Test_Johanne repository: code.groupe-genes.fr/labeds/Test_Johanne
pullPolicy: Always pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: 1.0 tag: 1.2
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""

View File

@ -1,4 +1,5 @@
# oTree-may-not-overwrite-this-file # oTree-may-overwrite-this-file
otree[mturk]>=3.3.11,<5 # IF YOU MODIFY THIS FILE, remove this comment.
psycopg2>=2.8.4,<2.9 # otherwise, oTree will automatically overwrite it.
sentry-sdk==0.7.9 otree>=5.0.0a21
psycopg2>=2.8.4

4
requirements2.txt Normal file
View File

@ -0,0 +1,4 @@
# oTree-may-not-overwrite-this-file
otree[mturk]>=3.3.11,<5
psycopg2>=2.8.4,<2.9
sentry-sdk==0.7.9