Skip to content

Commit

Permalink
fix: change to vanilla full
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Jan 25, 2025
1 parent 68e3b6c commit aa912a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Freelancer
uses: darklab8/infra/.github/actions/checkout-freelancer@master
with:
freelancer-mod: vanilla
freelancer-mod: vanilla-full
freelancer-folder: ${{ github.workspace }}/Freelancer
ssh-key-base64-vanilla: ${{ secrets.ID_RSA_FILES_FREELANCER_VANILLA }}
- name: Build image darkwind8/fl-server-vanilla
Expand Down
5 changes: 3 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ tasks:

run:
cmds:
- docker-stop
- docker kill --signal=SIGKILL $(docker ps -q) | true
- docker rm -f $(docker ps -a -q) | true
- task: init
- >
docker run
Expand All @@ -33,4 +34,4 @@ tasks:

kcl:build:
cmds:
- kcl kcls/build.k
- kcl kcls/build.k
2 changes: 1 addition & 1 deletion kcls/build.k
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build_wf: gw.Workflow = {
ghc.GetVersionFromTag
docker.DockerLogin{}
cf.NewCheckoutFreelancer(cf.CheckoutArgs {
freelancer_mod = cf._mod_vanilla
freelancer_mod = cf._mod_vanilla_full
freelancer_folder = _freelancer_folder
})
docker.Build(docker.BuildOpts {
Expand Down

0 comments on commit aa912a4

Please sign in to comment.