File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,15 @@ defaults: &defaults
40
40
path : /tmp/out
41
41
42
42
# Jobs and Workflows
43
- version : 2
43
+ version : 2.1
44
+ parameters :
45
+ machine_image :
46
+ type : string
47
+ default : ubuntu-2004:202201-02
44
48
jobs :
45
49
checkout :
46
- machine : true
50
+ machine :
51
+ image : << pipeline.parameters.machine_image >>
47
52
steps :
48
53
- checkout
49
54
- run : git clone https://github.com/auth0-samples/spa-quickstarts-tests scripts
52
57
paths :
53
58
- project
54
59
- scripts
55
- 01-login :
56
- machine : true
60
+ login :
61
+ machine :
62
+ image : << pipeline.parameters.machine_image >>
57
63
environment :
58
64
- AUTH0_CFG : 01-Login/.env
59
65
- SAMPLE_PATH : 01-Login
@@ -65,7 +71,7 @@ workflows:
65
71
jobs :
66
72
- checkout :
67
73
context : Quickstart Web App Test
68
- - 01- login :
74
+ - login :
69
75
context : Quickstart Web App Test
70
76
requires :
71
77
- checkout
You can’t perform that action at this time.
0 commit comments