Skip to content

Commit

Permalink
fix(ci): Adjust paths
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-ohms committed Sep 10, 2024
1 parent fd00a83 commit 155b4cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ jobs:
- |
cd pipeline-source
echo "Run old e2e suite"
bash pipeline-source/ci/scripts/end-to-end-test.sh
bash ./ci/scripts/end-to-end-test.sh
echo "Run new e2e suite"
make e2e
on_success:
Expand Down Expand Up @@ -623,7 +623,7 @@ jobs:
- |
cd pipeline-source
echo "Run old e2e suite"
bash pipeline-source/ci/scripts/end-to-end-test.sh
bash ./ci/scripts/end-to-end-test.sh
echo "Run new e2e suite"
make e2e
on_success:
Expand Down
4 changes: 2 additions & 2 deletions ci/pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ jobs:
- |
cd pipeline-source
echo "Run old e2e suite"
bash pipeline-source/ci/scripts/end-to-end-test.sh
bash ./ci/scripts/end-to-end-test.sh
echo "Run new e2e suite"
make e2e
on_success:
Expand Down Expand Up @@ -703,7 +703,7 @@ jobs:
- |
cd pipeline-source
echo "Run old e2e suite"
bash pipeline-source/ci/scripts/end-to-end-test.sh
bash ./ci/scripts/end-to-end-test.sh
echo "Run new e2e suite"
make e2e
on_success:
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module github.com/instana/instana-agent-operator

// use full version x.y.z
// see https://github.com/instana/instana-agent-operator/pull/218
// and https://github.com/golang/go/issues/62278#issuecomment-1693538776
go 1.23.0

require (
Expand Down

0 comments on commit 155b4cc

Please sign in to comment.