Act: Folder is persisted across runs

Created on 4 Apr 2020  路  3Comments  路  Source: nektos/act

If I create a simple folder inside the cloned repository with the mkdir some_folder command and I try to re-run the script, it will fail with the following error :

mkdir: cannot create directory 'some_folder': File exists

Is this the expected behaviour ? Is there a way to clean the "cache" ?

areaction kinbug

Most helpful comment

Got the same problem. There should be flag for clearing the cache / rebuild the image on every run?

All 3 comments

Got the same problem. There should be flag for clearing the cache / rebuild the image on every run?

there is a volume created for each job. it _should_ get cleared after each job, but seems there may be situations in which the volume isn't being removed

Seeing the same thing here (act 0.2.9 from homebrew).

If it helps, it also looks like an orphan container is left running after the build (which failed for me).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Applelo picture Applelo  路  5Comments

ovitente picture ovitente  路  6Comments

dskvr picture dskvr  路  4Comments

TobiasBales picture TobiasBales  路  6Comments

bltavares picture bltavares  路  5Comments