We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdb214 commit d1821e7Copy full SHA for d1821e7
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- lumigo-orb: &lumigo_orb_version lumigo/lumigo-orb@volatile
+ lumigo-orb: &lumigo_orb_version lumigo/lumigo-orb@dev:c7858b2
5
6
defaults: &defaults
7
working_directory: ~/java-tracer
@@ -18,7 +18,6 @@ workflows:
18
lumigo_orb_version: *lumigo_orb_version
19
20
- test:
21
- venv_python_version: "3.9"
22
context:
23
- common
24
- java
0 commit comments