Skip to content

Commit ed2c354

Browse files
committed
fix(workflows): Clean up production config
Due fat fingers i missed complete cleanup of config, completing it. Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
1 parent 5763491 commit ed2c354

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/production.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,8 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
prepare-staging-branches:
8-
runs-on: ubuntu-22.04
9-
environment: deploydocker
10-
steps:
11-
- name: Checkout
12-
uses: actions/checkout@v4
13-
with:
14-
repository: 'kernelci/kernelci-deploy'
15-
ref: 'main'
16-
fetch-depth: 0
17-
path: kernelci-deploy
18-
- name: Prepare necessary tools
19-
run: |
20-
export DEBIAN_FRONTEND=noninteractive
21-
sudo apt-get update
22-
sudo apt-get install -y python3-pip git
23-
pip3 install --upgrade pip
24-
git config --global user.email "kernelci@kernelci.org"
25-
git config --global user.name "Staging script"
267
call-docker-build:
27-
needs: prepare-staging-branches
8+
# needs: prepare-staging-branches
289
uses: ./.github/workflows/docker_images.yml
2910
with:
3011
GIT_OWNER: 'kernelci'

0 commit comments

Comments
 (0)