-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3221 from KBVE/patch-atomic-daily-journal-11-15-2…
…024-1731680739 [CI] Merge patch-atomic-daily-journal-11-15-2024-1731680739 into dev
- Loading branch information
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 "[email protected]" | ||
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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |