|
ca1ca1973c
|
|
2025-04-08 13:19:00 +02:00 |
|
|
90ac2abf7d
|
no with:
username: ${{ secrets.PACKAGES_USER }}
password: ${{ secrets.PACKAGES_TOKEN }}
|
2025-04-08 13:18:44 +02:00 |
|
|
5e800c4dae
|
${{ secrets.PACKAGES_USER }}
|
2025-04-08 13:16:44 +02:00 |
|
|
57a964ad01
|
echo ${username}
|
2025-04-08 13:15:03 +02:00 |
|
|
1115391336
|
echo "getting the username"
|
2025-04-08 13:12:30 +02:00 |
|
|
e27bdf712b
|
user_email=$(git config user.email)
echo "Git User Email: $user_email"
|
2025-04-08 13:08:08 +02:00 |
|
|
0369df9179
|
//
|
2025-04-08 13:05:45 +02:00 |
|
|
5f4b653765
|
echo ${secrets.PACKAGES_USER}
|
2025-04-08 13:04:26 +02:00 |
|
|
ff62e60287
|
echo ${ secrets.PACKAGES_USER }
|
2025-04-08 13:02:14 +02:00 |
|
|
712f6cf083
|
git config --global user.name ${{ secrets.PACKAGES_USER }}
git add package.json
echo "adding succeeded"
git commit -m "Bump version to $new_version"
echo "commiting succeeded"
git tag -a "v$new_version" -m "Release version $new_version"
echo "tagging succeeded"
git remote -v
git push main HEAD --tags
echo "pushing succeeded"
|
2025-04-08 13:00:38 +02:00 |
|
|
1360bf3044
|
git remote -v
|
2025-04-08 12:55:30 +02:00 |
|
|
48157a0ea0
|
pipeline
|
2025-04-08 12:51:49 +02:00 |
|
|
5486e91f7f
|
echo ${email}
echo ${user}
|
2025-04-08 12:49:57 +02:00 |
|
|
b01443b5cc
|
echo echo echo
|
2025-04-08 12:48:35 +02:00 |
|
|
d601f743dd
|
user="giteaAdmin"
mail="gitea@local.domain"
|
2025-04-08 12:46:12 +02:00 |
|
|
164d29a69b
|
no optional staff
|
2025-04-08 12:39:53 +02:00 |
|
|
fdfd19bdd2
|
./update-version.sh patch
|
2025-04-08 12:37:29 +02:00 |
|
|
533412797f
|
npm run lint
|
2025-04-08 12:32:51 +02:00 |
|
|
e9277544ce
|
Lint & Test
|
2025-04-08 12:26:56 +02:00 |
|
|
82a5cdf224
|
npm install @angular/cli
|
2025-04-08 12:25:07 +02:00 |
|
|
a7991154a5
|
npm install -g @angular/cli
|
2025-04-08 12:24:01 +02:00 |
|
|
21a258b07a
|
ls -l
|
2025-04-08 11:53:52 +02:00 |
|
|
c69d4424b0
|
cho "this is the full repo"
|
2025-04-08 11:51:43 +02:00 |
|
|
ff8b8590a9
|
echo ${fullrepo}
|
2025-04-08 11:48:50 +02:00 |
|
|
0c29a71395
|
fullrepo=${registry}/${repository}.git
|
2025-04-08 11:47:17 +02:00 |
|
|
1136e67a9d
|
git pull ${fullrepo}
|
2025-04-08 11:46:06 +02:00 |
|
|
811ee4864e
|
git pull ${registry}/${repository}
|
2025-04-08 11:42:54 +02:00 |
|
|
c83d6be1b1
|
echo ${registry}/${repository}
|
2025-04-08 11:41:47 +02:00 |
|
|
83edd11bf8
|
repository
|
2025-04-08 11:40:02 +02:00 |
|
|
00c7a4f951
|
git init
|
2025-04-08 11:38:28 +02:00 |
|
|
62da5f3e2b
|
echo ${registry}
|
2025-04-08 11:36:52 +02:00 |
|
|
bbfce99547
|
test
|
2025-04-08 11:34:00 +02:00 |
|
|
b427a6d42d
|
main.ts
|
2025-04-08 11:33:07 +02:00 |
|
|
08c78280ae
|
src
|
2025-04-08 11:32:26 +02:00 |
|
|
243cd1ec35
|
cd /run/act/actions/docker-setup-qemu-action@v3
|
2025-04-08 11:31:31 +02:00 |
|
|
08e24b1567
|
find / -name "package.json" 2>/dev/null
|
2025-04-08 11:29:51 +02:00 |
|
|
0988823090
|
ls -l
|
2025-04-08 11:23:21 +02:00 |
|
|
02456de52e
|
cd ..
ls -l
|
2025-04-08 11:22:17 +02:00 |
|
|
0fc2bff67a
|
ls -l
|
2025-04-08 11:20:32 +02:00 |
|
|
3a8c403745
|
ls
|
2025-04-08 11:18:54 +02:00 |
|
|
7780188da7
|
echo "Current directory:"
pwd
|
2025-04-08 11:18:16 +02:00 |
|
|
7438feca66
|
npm run lint
|
2025-04-08 11:14:09 +02:00 |
|
|
0393fd84e4
|
run: |
npm install lint
npm run lint
|
2025-04-08 11:13:12 +02:00 |
|
|
43d680b56b
|
run: ls
|
2025-04-08 11:09:02 +02:00 |
|
|
351b090de7
|
ng lint
|
2025-04-08 11:08:00 +02:00 |
|
|
74740cd035
|
silly-game-frontend
|
2025-04-08 11:06:57 +02:00 |
|
|
b0755d4fea
|
- name: Test
run: npm run lint
|
2025-04-08 11:05:09 +02:00 |
|
|
6641fd932d
|
new pipeline
|
2025-04-08 10:23:02 +02:00 |
|
|
2a7f1314c4
|
tags: ${{ steps.docker.outputs.tags }}
|
2025-04-08 10:16:17 +02:00 |
|
|
4ce1d0f658
|
name: silly-game-frontend
on: push
|
2025-04-08 10:10:23 +02:00 |
|