Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jan 23, 2025
1 parent ef25a7c commit a213a11
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/vagrant-box-archivematica.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
description:
description: Description
required: true
push:
branches:
- "dev/use-matrix-in-am-vagrant-box-workflow"
jobs:
build-base-image:
name: "Build base image Ubuntu ${{ matrix.ubuntu-version }}"
Expand Down Expand Up @@ -120,13 +123,3 @@ jobs:
'http://10.10.10.20:8000/api/v2/pipeline/' \
| jq -r '.meta.total_count == 1' \
) == true
- name: Upload
run: |
cd ${{ github.workspace }}/tools/vagrant-box-uploader
bundle install
ruby upload.rb \
archivematica \
'${{ github.workspace }}/archivematica-vagrant-${{ github.event.inputs.version }}.box' \
'${{ secrets.VAGRANT_CLOUD }}' \
'${{ github.event.inputs.version }}' \
'${{ github.event.inputs.description }}'

0 comments on commit a213a11

Please sign in to comment.