Skip to content

Commit

Permalink
debugging added
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Feb 20, 2024
1 parent a1800e0 commit e2def4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
run: |
echo "version=v$(head ./version | cut -d' ' -f1)" >> $GITHUB_OUTPUT
- name: Check tag for current version
uses: mukunku/[email protected]
id: check_tag
with:
tag: ${{ steps.get_version.outputs.version }}
env:
GITHUB_TOKEN: ${{ secrets.ENV_GITHUB_PAT }}

Expand Down Expand Up @@ -85,8 +80,9 @@ jobs:

- name: Copy Artifacts
run: |
cp release/ixiatg-operator.yaml tests/deployments
cp release/keng-operator.tar.gz tests/deployments
cp release/ixiatg-operator.yaml tests/deployments \
&& cp release/keng-operator.tar.gz tests/deployments \
&& ls tests/deployments
- name: Setup KNE cluster
run: |
Expand Down
3 changes: 3 additions & 0 deletions tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,10 @@ get_meshnet() {
get_keng_operator_offline_image() {
if [ -f "$KENG_OPERATOR_IMAGE_FILE" ];
then
echo "Operator tar found...."
docker load -i $KENG_OPERATOR_IMAGE_FILE
else
echo "Operator tar not found!!!"
fi
}

Expand Down

0 comments on commit e2def4d

Please sign in to comment.