Skip to content

Commit

Permalink
Fix incorrect GLOBALBRAIN_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwarden committed Jun 3, 2024
1 parent 741ec6a commit ab49216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ nix-dev-shell:

globalbrain-node-package:
FROM scratch
ARG GLOBALBRAIN_REF=5b7f692ffe6ea8870932f12fd213fad4a8bfe8f9
ARG GLOBALBRAIN_REF=524ead7e5d2f22763852efd2afc4c736f3ae7d38
COPY github.com/social-protocols/GlobalBrain.jl:$GLOBALBRAIN_REF+node-ext/artifact /artifact
# COPY ../GlobalBrain.jl+node-ext/artifact /artifact
SAVE ARTIFACT /artifact
Expand Down

0 comments on commit ab49216

Please sign in to comment.