diff --git a/.github/workflows/ci-alpha.yml b/.github/workflows/ci-alpha.yml index 904008923..506bc094d 100644 --- a/.github/workflows/ci-alpha.yml +++ b/.github/workflows/ci-alpha.yml @@ -71,6 +71,7 @@ jobs: atlas: ${{ steps.delta.outputs.atlas_any_changed }} rustapiprofile: ${{ steps.delta.outputs.rustapiprofile_any_changed }} expolcagents: ${{ steps.delta.outputs.expolcagents_any_changed }} + kilonet: ${{ steps.delta.outputs.kilonet_any_changed }} steps: - name: Checkout the repository using git @@ -97,6 +98,8 @@ jobs: - 'apps/rust_api_profile/**' expolcagents: - 'apps/expo-lcagents/**' + kilonet: + - 'packages/kilonet/README.md' expo-lcagents-web-build: needs: ['alter', 'globals'] @@ -174,6 +177,29 @@ jobs: commit_message: ${{ github.event.head_commit.message }} rsync_option: '-avrh --delete' + kilonet-rareicon-build: + needs: ['alter', 'globals'] + name: Kilonet RareIcon + runs-on: ubuntu-latest + if: needs.alter.outputs.kilonet == 'true' + steps: + - name: Checkout this repository + uses: actions/checkout@v4 + + - name: Pull RareIcon Kilonet Repo + env: + AZURE_PAT: ${{ secrets.AZURE_NOV2025_TOKEN_SECRET }} + run: | + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" + git clone https://kbve:${AZURE_PAT}@dev.azure.com/kbve/rareicon/_git/rareicon azure-rareicon + cd azure-rareicon + echo "Current working directory: $(pwd)" + echo "Listing all files in the repository:" + find . -type f + echo "Listing all contents (including hidden files):" + ls -la + # Alpha Builds # buildSaber: diff --git a/apps/kbve.com/src/content/journal/11-15.mdx b/apps/kbve.com/src/content/journal/11-15.mdx new file mode 100644 index 000000000..08ee8531d --- /dev/null +++ b/apps/kbve.com/src/content/journal/11-15.mdx @@ -0,0 +1,38 @@ +--- +title: 'November: 15th' +category: Daily +date: 2024-11-15 12:00:00 +client: Self +unsplash: 1731562956909-83b33307a156 +img: https://images.unsplash.com/photo-1731562956909-83b33307a156?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85 +description: November 15th. +tags: + - daily +--- + +import { Adsense, Tasks } from '@kbve/astropad'; + +## 2024 + +- 07:00AM + + **Morning** + + Its so cold, finally the weather is straight hoodie season. + I been waiting to rock my shawl collection for a while, this is the perfect weather to do it. + +- 09:28AM + + **TSLA** + + Oh Fridays! They are always the best, ending the week and seeing where everything sits within the market. + I am thinking we might be able to survive this week without any major problems, other than a pipeline. + +- 09:45AM + + **Azure** + + Time to build out the Azure pipeline and in this situation, we want to focus on getting the unity to build the rareicon game and push the code out. + Now trying to get this resolved, we first need to fix the azure pipeline and make sure that we can pull from the repo. + The best move would be test it within the alpha pull request, so lets go ahead and try that out! + If everything goes as planned, we should be able to build the unity game each time there are changes to the `kilonet` readme. \ No newline at end of file