Skip to content

Commit

Permalink
reverted changes to push testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomempires committed Jan 11, 2024
1 parent 9353708 commit b75e76e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/delivery/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:
mv "$FILE" "$ARCH"
done
for ROOT_REPO_PATH in "test-rpm-standard"; do
for ROOT_REPO_PATH in "rpm-standard" "rpm-standard-internal"; do
for ARCH in "noarch" "x86_64"; do
if [ "$(ls -A $ARCH)" ]; then
if [ "${{ inputs.stability }}" == "stable" ]; then
Expand Down Expand Up @@ -119,6 +119,6 @@ runs:
echo "[DEBUG] - Version: $VERSION"
jf rt upload "$FILE" "test-apt-standard-${{ inputs.version }}-${{ inputs.stability }}/pool/${{ inputs.module_name }}/" --deb "${{ inputs.distrib }}/main/$ARCH"
jf rt upload "$FILE" "apt-standard-${{ inputs.version }}-${{ inputs.stability }}/pool/${{ inputs.module_name }}/" --deb "${{ inputs.distrib }}/main/$ARCH"
done
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
STABILITY="unstable"
ENV="development"
;;
release* | hotfix* | MON-34065*)
release* | hotfix*)
STABILITY="testing"
ENV="testing"
;;
Expand Down

2 comments on commit b75e76e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
4 1 0 5 80.00 0s

Failed Tests

Name Message ⏱️ Duration Suite
EBNSGU2 We should get 12 relations between the servicegroup 1 and services. 0.000 s Servicegroups

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
4 1 0 5 80.00 0s

Failed Tests

Name Message ⏱️ Duration Suite
EBNSGU2 We should get 12 relations between the servicegroup 1 and services. 0.000 s Servicegroups

Please sign in to comment.