Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d96b1ec

Browse files
authored
Update with latest Platform project
1 parent 2f4dc35 commit d96b1ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- script: sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) -n
1010
displayName: 'Install State Tool'
11-
- script: state deploy shnewto/learn-python
11+
- script: state deploy ActiveState-Labs/learn-python
1212
displayName: 'Deploy project'
1313
- script: pylint src
1414
displayName: 'Lint with pylint'
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- script: sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) -n
2424
displayName: 'Install State Tool'
25-
- script: state deploy --force shnewto/learn-python
25+
- script: state deploy --force ActiveState-Labs/learn-python
2626
displayName: 'Deploy project'
2727
- script: pylint src
2828
displayName: 'Lint with pylint'
@@ -41,7 +41,7 @@ jobs:
4141
workingDirectory: $(Pipeline.Workspace)
4242
displayName: 'Install State Tool'
4343
- script: |
44-
state deploy shnewto/learn-python --path %AGENT_TEMPDIRECTORY%
44+
state deploy ActiveState-Labs/learn-python --path %AGENT_TEMPDIRECTORY%
4545
echo ##vso[task.prependpath]%AGENT_TEMPDIRECTORY%\bin
4646
echo ##vso[task.setvariable variable=PATHEXT]%PATHEXT%;.LNK
4747
displayName: 'Deploy project'

0 commit comments

Comments
 (0)