Skip to content

Commit 920b4d6

Browse files
committed
Updated maven repository values to take from env
1 parent 28fc1c8 commit 920b4d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/taxonomy-service.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
java-version: '11'
2525
cache: 'maven'
2626

27-
# Step 3: Set environment variables
28-
- name: Set environment variables
29-
run: |
30-
echo "CLOUD_STORE_GROUP_ID=org.sunbird" >> $GITHUB_ENV
31-
echo "CLOUD_STORE_ARTIFACT_ID=cloud-store-sdk_2.12" >> $GITHUB_ENV
32-
echo "CLOUD_STORE_VERSION=1.4.6" >> $GITHUB_ENV
33-
3427
# Step 4: Build the project
3528
- name: Build Taxonomy API Service
3629
run: |

0 commit comments

Comments
 (0)