Skip to content

Commit

Permalink
Debugging Upgrade Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mobeenali12 committed Sep 4, 2023
1 parent 7c89c93 commit 2fb7a17
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ jobs:
git clone https://github.com/edx/testeng-ci.git
cd $GITHUB_WORKSPACE/testeng-ci
pip install -r requirements/base.txt
- name: Debugging
run: |
echo "TARGET_BRANCH: $TARGET_BRANCH"
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
ls -al $GITHUB_WORKSPACE/testeng-ci
- name: create pull request
id: createpullrequest
env:
Expand All @@ -83,7 +90,6 @@ jobs:
TEAM_REVIEWERS: ${{ inputs.team_reviewers }}
run: |
cd $GITHUB_WORKSPACE/testeng-ci
python --version
python -m jenkins.pull_request_creator --repo-root=$GITHUB_WORKSPACE \
--target-branch="$TARGET_BRANCH" --base-branch-name="upgrade-python-requirements" \
--commit-message="chore: Updating Python Requirements" --pr-title="Python Requirements Update" \
Expand Down

0 comments on commit 2fb7a17

Please sign in to comment.