Skip to content

Commit 6893bdf

Browse files
authored
Merge pull request #97 from ioet/48-implement-semantic-version-test1
fix: remove not needed code on pipeline file
2 parents fb97ad4 + f740ea6 commit 6893bdf

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,6 @@ jobs:
4343
run: npm install
4444

4545

46-
# - name: Inject Secrets
47-
# shell: python
48-
# env:
49-
# SCOPES: ${{ secrets.scopes }}
50-
# CLIENT_ID: ${{ secrets.client_id }}
51-
# AUTHORITY: ${{ secrets.authority }}
52-
# BASE_PATH: "src/environments/"
53-
# run: |
54-
# import os
55-
# import json
56-
# data = {}
57-
# base_path = os.environ.get('BASE_PATH', 'src/environments/')
58-
# with open(base_path + "keys.example.json", "r+") as jsonFileRead:
59-
# data = json.load(jsonFileRead)
60-
# data["scopes"] = str(os.environ['SCOPES']).split(",")
61-
# data["client_id"] = os.environ['CLIENT_ID']
62-
# data["authority"] = os.environ['AUTHORITY']
63-
# with open(base_path + ".keys.json", "w+") as jsonFileWrite:
64-
# json.dump(data, jsonFileWrite)
65-
66-
# - name: Run the test
67-
# run: npm run ci-test --if-present
68-
69-
7046

7147
- name: Run Semantic-release
7248
run: npx semantic-release

0 commit comments

Comments
 (0)