Skip to content

Commit

Permalink
Yocto recipe for Kanto Update Manager (kirkstone branch) (eclipse-kan…
Browse files Browse the repository at this point in the history
…to#62)

[eclipse-kanto#60] Yocto recipe for Kanto Update Manager

Signed-off-by: Stoyan Zoubev <[email protected]>
  • Loading branch information
stoyan-zoubev authored and k-gostev committed Jun 7, 2024
1 parent a3f6ca1 commit a1658a5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,12 @@ jobs:
- name: Get branch name (merge)
if: github.event_name != 'pull_request'
shell: bash
<<<<<<< HEAD
run: if [ ${GITHUB_REF#refs/heads/} == "main" ]; then echo "BRANCH_NAME=$(echo "scarthgap")" >>$GITHUB_ENV; else echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >>$GITHUB_ENV; fi
=======
run: if [ ${GITHUB_REF#refs/heads/} == "main" ]; then echo "BRANCH_NAME=$(echo "mickledore")" >>$GITHUB_ENV; else echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >>$GITHUB_ENV; fi
>>>>>>> 4ae27ac (Add validation workflow and fix container management revision (#57))
id: get_branch
- name: Get branch name (pull request)
if: github.event_name == 'pull_request'
shell: bash
<<<<<<< HEAD
run: if [ ${{ github.event.pull_request.base.ref }} == "main" ]; then echo "BRANCH_NAME=$(echo "scarthgap")" >>$GITHUB_ENV; else echo "BRANCH_NAME=$(echo ${{ github.event.pull_request.base.ref }})" >>$GITHUB_ENV; fi
=======
run: if [ ${{ github.event.pull_request.base.ref }} == "main" ]; then echo "BRANCH_NAME=$(echo "mickledore")" >>$GITHUB_ENV; else echo "BRANCH_NAME=$(echo ${{ github.event.pull_request.base.ref }})" >>$GITHUB_ENV; fi
>>>>>>> 4ae27ac (Add validation workflow and fix container management revision (#57))
id: get_branch_pr
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -105,13 +97,10 @@ jobs:
run: |
source poky/oe-init-build-env build
bitbake software-update
<<<<<<< HEAD
- name: Build update manager
run: |
source poky/oe-init-build-env build
bitbake update-manager
=======
>>>>>>> 4ae27ac (Add validation workflow and fix container management revision (#57))
- name: Build system metrics
run: |
source poky/oe-init-build-env build
Expand All @@ -123,4 +112,4 @@ jobs:
- name: Free space info
run: |
echo "Free space:"
df -h
df -h

0 comments on commit a1658a5

Please sign in to comment.