File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- script : sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) -n
10
10
displayName : ' Install State Tool'
11
- - script : state deploy shnewto /learn-python
11
+ - script : state deploy ActiveState-Labs /learn-python
12
12
displayName : ' Deploy project'
13
13
- script : pylint src
14
14
displayName : ' Lint with pylint'
22
22
steps :
23
23
- script : sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) -n
24
24
displayName : ' Install State Tool'
25
- - script : state deploy --force shnewto /learn-python
25
+ - script : state deploy --force ActiveState-Labs /learn-python
26
26
displayName : ' Deploy project'
27
27
- script : pylint src
28
28
displayName : ' Lint with pylint'
41
41
workingDirectory: $(Pipeline.Workspace)
42
42
displayName: 'Install State Tool'
43
43
- script : |
44
- state deploy shnewto /learn-python --path %AGENT_TEMPDIRECTORY%
44
+ state deploy ActiveState-Labs /learn-python --path %AGENT_TEMPDIRECTORY%
45
45
echo ##vso[task.prependpath]%AGENT_TEMPDIRECTORY%\bin
46
46
echo ##vso[task.setvariable variable=PATHEXT]%PATHEXT%;.LNK
47
47
displayName: 'Deploy project'
You can’t perform that action at this time.
0 commit comments