Code Monkey home page Code Monkey logo

Comments (2)

ozooxo avatar ozooxo commented on July 29, 2024

Looks like in your orb definition, you have nowhere to specify working_directory (so it use the default value . and workspace-root has to be ., otherwise it will complain it cannot find the file).

However, I also realized for some images (e.g. circleci/openjdk:11.0-jdk) you cannot setup working_directory to be .. Otherwise it will fail the checkout step with the error

Directory (.) you are trying to checkout to is not empty and not git repository

https://circleci.com/gh/gitenter/gitenter/398

from aws-ecr-orb.

iynere avatar iynere commented on July 29, 2024

i think you may be misunderstanding how persist_to_workspace works @ozooxo

https://circleci.com/docs/2.0/configuration-reference/#persist_to_workspace

the root & path parameters tell our system what files you want to save to your workspace. thus, those paths will need to exist.

the error you saw originally is not because of anything in the orb codeโ€”it's because you have some kind of path issue & the dockerfile you're trying to build w/ the ecr orb is not at the path where you're telling it to look for it. have you tried rerunning your job with ssh so you can determine where the dockerfile is?

also, i would recommend against setting working_directory to anything in /tmp

from aws-ecr-orb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.