Skip to content

Commit c7da135

Browse files
committed
temporary changes in pipeline files for verifying commits
1 parent f9196c8 commit c7da135

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/apiversioning_rb_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
20-
- name: Verify commit exists in origin/master
21-
run: |
22-
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
23-
git branch --remote --contains | grep origin/master
20+
#- name: Verify commit exists in origin/master
21+
# run: |
22+
# git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
23+
# git branch --remote --contains | grep origin/master
2424

2525
- name: Get Version from TagName
2626
run: echo "VERSION=${GITHUB_REF#refs/tags/${{env.TagName}}.v}" >> $GITHUB_ENV

.github/workflows/exceptionhandling_rb_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
20-
- name: Verify commit exists in origin/master
21-
run: |
22-
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
23-
git branch --remote --contains | grep origin/master
20+
#- name: Verify commit exists in origin/master
21+
# run: |
22+
# git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
23+
# git branch --remote --contains | grep origin/master
2424

2525
- name: Get Version from TagName
2626
run: echo "VERSION=${GITHUB_REF#refs/tags/${{env.TagName}}.v}" >> $GITHUB_ENV

.github/workflows/openapi_rb_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v2
20-
- name: Verify commit exists in origin/master
21-
run: |
22-
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
23-
git branch --remote --contains | grep origin/master
20+
#- name: Verify commit exists in origin/master
21+
# run: |
22+
# git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
23+
# git branch --remote --contains | grep origin/master
2424

2525
- name: Get Version from TagName
2626
run: echo "VERSION=${GITHUB_REF#refs/tags/${{env.TagName}}.v}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)