Skip to content

Commit

Permalink
Move everything to single dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed Jul 13, 2024
1 parent 090279e commit 53633db
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build
name: Android build

on:
pull_request:
Expand Down Expand Up @@ -71,9 +71,9 @@ jobs:
- name: Generate gclient file
run: gclient config --name=src https://github.com/${{ github.repository }}
- name: Set target OS
# echo "target_os_only=True" >> .gclient
run: |
echo "target_os=['android']" >> .gclient
echo "target_os_only=True" >> .gclient
gclient validate
- name: Gclient sync
run: gclient sync -v --shallow --no-history -r ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Build
name: Linux Build

# test

Expand Down
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ files: |
(
.github|
chrobalt|
docker|
)
)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:
app:
build:
context: docker/linux
context: chrobalt/docker/linux
cache_from:
- ghcr.io/youtube/chrobalt_sandbox/linux:latest
image: ghcr.io/youtube/chrobalt_sandbox/linux:latest
Expand Down

0 comments on commit 53633db

Please sign in to comment.