diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d0dcbf7..d9284955 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ before_script: # Authenticate with the platform using preset env variable (only required for private projects) # - state auth # Download and install the language runtime - - state deploy shnewto/learn-python + - state deploy ActiveState-Labs/learn-python test: script: # Lint code diff --git a/activestate.yaml b/activestate.yaml index a2ae009f..2360bf95 100644 --- a/activestate.yaml +++ b/activestate.yaml @@ -1,6 +1,4 @@ -project: https://platform.activestate.com/shnewto/learn-python -languages: -- name: python +project: https://platform.activestate.com/ActiveState-Labs/learn-python scripts: - name: tests description: Executes tests diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4424690b..3960af89 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ jobs: steps: - script: sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) -n displayName: 'Install State Tool' - - script: state deploy shnewto/learn-python + - script: state deploy ActiveState-Labs/learn-python displayName: 'Deploy project' - script: pylint src displayName: 'Lint with pylint' @@ -22,7 +22,7 @@ jobs: steps: - script: sh <(curl -q https://platform.activestate.com/dl/cli/install.sh) -n displayName: 'Install State Tool' - - script: state deploy --force shnewto/learn-python + - script: state deploy --force ActiveState-Labs/learn-python displayName: 'Deploy project' - script: pylint src displayName: 'Lint with pylint' @@ -41,7 +41,7 @@ jobs: workingDirectory: $(Pipeline.Workspace) displayName: 'Install State Tool' - script: | - state deploy shnewto/learn-python --path %AGENT_TEMPDIRECTORY% + state deploy ActiveState-Labs/learn-python --path %AGENT_TEMPDIRECTORY% echo ##vso[task.prependpath]%AGENT_TEMPDIRECTORY%\bin echo ##vso[task.setvariable variable=PATHEXT]%PATHEXT%;.LNK displayName: 'Deploy project' diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 2894c6ca..295fa736 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -2,7 +2,7 @@ steps: - name: docker.io/activestate/state_gcb args: ['state','auth'] - name: docker.io/activestate/state_gcb - args: ['state', 'deploy', 'shnewto/learn-python', '--path', '/workspace/.state'] + args: ['state', 'deploy', 'ActiveState-Labs/learn-python', '--path', '/workspace/.state'] - name: docker.io/activestate/state_gcb args: ['pylint','src'] - name: docker.io/activestate/state_gcb