Skip to content

Commit 977fceb

Browse files
Reference official GitHub links, instead of test GitLab infra
1 parent 0538c19 commit 977fceb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

ploigosWorkflowEverything.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ include:
2020
# - remote: '$remote_url/-/raw/$gitlabLibraryVersion/var/ploigos_variables.yml'
2121

2222
# Ploigos + GitLab Runner variable setup
23-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/var/ploigos_variables.yml'
24-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/var/ploigos_gitlab_variables.yml'
23+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/var/ploigos_variables.yml'
24+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/var/ploigos_gitlab_variables.yml'
2525

2626
# Templates
27-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/ploigos_step_runner.yml'
28-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/setup_workflow_step_runner.yml'
29-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/setup_pgp_keys.yml'
27+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/ploigos_step_runner.yml'
28+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/setup_workflow_step_runner.yml'
29+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/setup_pgp_keys.yml'
3030

3131
# These stages come from the includes above
3232
stages:

ploigosWorkflowMinimal.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ include:
2020
# - remote: '$remote_url/-/raw/$gitlabLibraryVersion/var/ploigos_variables.yml'
2121

2222
# Ploigos + GitLab Runner variable setup
23-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/var/ploigos_variables.yml'
24-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/var/ploigos_gitlab_variables.yml'
23+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/var/ploigos_variables.yml'
24+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/var/ploigos_gitlab_variables.yml'
2525

2626
# Templates
27-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/ploigos_step_runner.yml'
28-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/setup_workflow_step_runner.yml'
29-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/setup_pgp_keys.yml'
27+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/ploigos_step_runner.yml'
28+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/setup_workflow_step_runner.yml'
29+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/setup_pgp_keys.yml'
3030

3131
# These stages come from the includes above
3232
stages:

ploigosWorkflowTypical.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ include:
2020
# - remote: '$remote_url/-/raw/$gitlabLibraryVersion/var/ploigos_variables.yml'
2121

2222
# Ploigos + GitLab Runner variable setup
23-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/var/ploigos_variables.yml'
24-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/var/ploigos_gitlab_variables.yml'
23+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/var/ploigos_variables.yml'
24+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/var/ploigos_gitlab_variables.yml'
2525

2626
# Templates
27-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/ploigos_step_runner.yml'
28-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/setup_workflow_step_runner.yml'
29-
- remote: 'https://gitlab.apps.tssc.rht-set.com/ploigos/ploigos-gitlab-library/-/raw/main/templates/setup_pgp_keys.yml'
27+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/ploigos_step_runner.yml'
28+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/setup_workflow_step_runner.yml'
29+
- remote: 'https://raw.githubusercontent.com/ploigos/ploigos-gitlab-library/main/templates/setup_pgp_keys.yml'
3030

3131
# These stages come from the includes above
3232
stages:

0 commit comments

Comments
 (0)