-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Czyli rozpoczynamy migrację z PAT na GitHub App.
- Loading branch information
1 parent
9e8230a
commit c9a7985
Showing
3 changed files
with
26 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@sectionsPath sections | ||
@versionFormat Year.Month.Day.TodayNumberOfCommits | ||
@CIusername PolishRoboDog | ||
@CIemail 35114429+PolishRoboDog@users.noreply.github.com | ||
@CIusername super-artemis[bot] | ||
@CIemail 181232677+super-artemis[bot]@users.noreply.github.com | ||
@messagesLang pl | ||
@tz Poland |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
version: 2 | ||
jobs: | ||
build: | ||
docker: | ||
- image: polishfiltersteam/sflb_image:3.0.12 | ||
working_directory: ~/git/KADhosts | ||
steps: | ||
- checkout | ||
- run: | | ||
python3 /usr/bin/SFLB.py KADhosts.txt KADhole.txt KADomains.txt KADdnsmasq.txt | ||
workflows: | ||
version: 2 | ||
workflow: | ||
jobs: | ||
- build: | ||
context: org-global | ||
# version: 2 | ||
# jobs: | ||
# build: | ||
# docker: | ||
# - image: polishfiltersteam/sflb_image:3.0.12 | ||
# working_directory: ~/git/KADhosts | ||
# steps: | ||
# - checkout | ||
# - run: | | ||
# python3 /usr/bin/SFLB.py KADhosts.txt KADhole.txt KADomains.txt KADdnsmasq.txt | ||
# workflows: | ||
# version: 2 | ||
# workflow: | ||
# jobs: | ||
# - build: | ||
# context: org-global |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters