Commit b0300c12 authored by Clement Bois's avatar Clement Bois
Browse files

Merge branch 'fix/non-root-dotenv' into 'master'

fix: support dotenv for non-root images

See merge request to-be-continuous/semantic-release!77
parents a5bd73ca b1e9a911
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -797,6 +797,7 @@ stages:
    git reset --hard

    mv "${dotenv_tmp}" ./semrel.out.env
    chmod 644 ./semrel.out.env

    log_info "--- semrel dotenv artifact:"
    cat ./semrel.out.env