Skip to content

Commit

Permalink
Update camp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Méndez Requena authored Oct 30, 2019
1 parent 384e215 commit 0638cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/stamp/atos/functional/camp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ components:
requires_features: [ Python ]
variables:
django:
values: [ v1.10.2, v2.2.6 ]
values: [ v1.10.2, v1.11 ]
realization:
- targets: [ citygo/requirements.txt ]
pattern: "Django==1.10.2"
replacements:
- "Django==1.10.2"
- "Django==2.2.6"
- "Django==1.11"
implementation:
docker:
file: citygo/Dockerfile
Expand Down

0 comments on commit 0638cf3

Please sign in to comment.