Skip to content

Commit

Permalink
fix(workflows): Clean up production config
Browse files Browse the repository at this point in the history
Due fat fingers i missed complete cleanup of config, completing
it.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Oct 11, 2024
1 parent 5763491 commit ed2c354
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,8 @@ on:
workflow_dispatch:

jobs:
prepare-staging-branches:
runs-on: ubuntu-22.04
environment: deploydocker
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: 'kernelci/kernelci-deploy'
ref: 'main'
fetch-depth: 0
path: kernelci-deploy
- name: Prepare necessary tools
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get update
sudo apt-get install -y python3-pip git
pip3 install --upgrade pip
git config --global user.email "[email protected]"
git config --global user.name "Staging script"
call-docker-build:
needs: prepare-staging-branches
# needs: prepare-staging-branches
uses: ./.github/workflows/docker_images.yml
with:
GIT_OWNER: 'kernelci'
Expand Down

0 comments on commit ed2c354

Please sign in to comment.