Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nowy branch dla froga #209

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ frog ]
pull_request:
paths:
- scripts/*.sh
Expand All @@ -19,7 +19,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: alpine-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Test modified scripts
on:
push:
branches:
- main
- frog
pull_request:
branches:
- main
- frog

jobs:
run-test-scripts:
runs-on: ubuntu-latest
runs-on: alpine-latest
steps:
- name: Checkout generator repository
uses: actions/checkout@v1
Expand All @@ -20,4 +20,4 @@ jobs:
run: |
chmod +x tests/execute_new_and_modified_scripts.sh
sudo tests/execute_new_and_modified_scripts.sh
exit $?
exit $?
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ frog ]
pull_request:
paths:
- scripts/*.sh
Expand All @@ -19,7 +19,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: alpine-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
48 changes: 0 additions & 48 deletions actions/chce_narzedzia.sh

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/chce_2fa_otp.sh

This file was deleted.

45 changes: 0 additions & 45 deletions scripts/chce_DOTNET.sh

This file was deleted.

44 changes: 0 additions & 44 deletions scripts/chce_LAMP.sh

This file was deleted.

56 changes: 0 additions & 56 deletions scripts/chce_LAMP_FastCGI.sh

This file was deleted.

67 changes: 0 additions & 67 deletions scripts/chce_LEMP.sh

This file was deleted.

Loading
Loading