Commit 39dfcfb7 authored by Gyanendra Mishra's avatar Gyanendra Mishra

fix circle

parent 088d9d4d
...@@ -12,11 +12,8 @@ jobs: ...@@ -12,11 +12,8 @@ jobs:
run_startosis: run_startosis:
executor: ubuntu_vm executor: ubuntu_vm
steps: steps:
- run: echo "${DOCKER_PASSWORD}" | docker login -u ${DOCKER_USERNAME} --password-stdin
# Set up Kurtosis # Set up Kurtosis
- attach_workspace:
at: "<< pipeline.parameters.workspace-with-cli-binary-and-images-mountpoint >>"
- run: | - run: |
echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list echo "deb [trusted=yes] https://apt.fury.io/kurtosis-tech/ /" | sudo tee /etc/apt/sources.list.d/kurtosis.list
sudo apt update sudo apt update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment