Skip to content

Commit

Permalink
fix: delete elc
Browse files Browse the repository at this point in the history
  • Loading branch information
AfsmNGhr committed Sep 19, 2019
1 parent 18f13a3 commit 6950137
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ CMD cd "$HOME/.emacs.d" && \
ln -s "$WORKSPACE/.gnupg" "$HOME/.gnupg" && \
export ORG_PATH="$WORKSPACE/$ORG_FILES" && \
export PATH="$CASK_BIN:$PATH" && \
env && set -x && tangle && \
rm "$HOME/.emacs.d/*.elc" && \
env && set -x && tangle && rm *.elc && \
cask install && cask exec buttercup -L . -L tests

0 comments on commit 6950137

Please sign in to comment.