From 4074d2fd851ca4bd973f264ce029ff5876ebe03f Mon Sep 17 00:00:00 2001 From: imbilalbutt Date: Wed, 20 Dec 2023 12:27:05 +0100 Subject: [PATCH] project-work5: small changes --- .github/workflows/pipeline-cicd.yml | 7 ++----- project/pipeline.sh | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline-cicd.yml b/.github/workflows/pipeline-cicd.yml index 16dab63f28..5da04f4813 100644 --- a/.github/workflows/pipeline-cicd.yml +++ b/.github/workflows/pipeline-cicd.yml @@ -15,7 +15,7 @@ jobs: - run: echo The CI/CD is about to begin! # Checkout repository - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: main @@ -27,10 +27,7 @@ jobs: # Install dependencies - name: Step#2- Install dependencies - run: | - python -m pip install --upgrade pip - pip install -r requirements.txt - echo "Environment is set up!" + run: pip install -r requirements.txt job2_build: runs-on: ubuntu-latest diff --git a/project/pipeline.sh b/project/pipeline.sh index df8857c705..7578bd24b1 100644 --- a/project/pipeline.sh +++ b/project/pipeline.sh @@ -1,3 +1,3 @@ #!/bin/bash -#! Test comment to trigger cicd-123 +#! Test comment to trigger cicd- python3 pipeline.py