Skip to content

Commit

Permalink
project-work5: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
imbilalbutt committed Dec 20, 2023
1 parent 96b849b commit 4074d2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pipeline-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/pipeline.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#! Test comment to trigger cicd-123
#! Test comment to trigger cicd-
python3 pipeline.py

0 comments on commit 4074d2f

Please sign in to comment.